It's another post by me.
This is so cool!
Do variables work 256?
js
// Example JavaScriptconst x = 7;function returnSeven() {return x;}
or
// Example JavaScript
const x = 7;
function returnSeven() {
return x;
}
It's another post by me.
Do variables work 256?
js
// Example JavaScriptconst x = 7;function returnSeven() {return x;}
or
// Example JavaScript
const x = 7;
function returnSeven() {
return x;
}