JSFiddle - React, Tailwind, and code Playground
JavaScript competency 1
by tonytlwu
JavaScript
function doubleInteger(i) {
// i will be an integer. Double it and return it.
}
by tonytlwu
function doubleInteger(i) {
// i will be an integer. Double it and return it.
}