Thirty-six free modules that run offline. No account, no network, no AI required.
Variables to deployment, in an order that builds on itself.
A worked example first, then code that already runs with one thing left to finish.
A string is a sequence of characters. Template literals — backtick strings — let you embed a value with ${...} instead of gluing pieces with +, which is easier to read and much harder to get wrong.
const name = "Ada";
console.log(name.length); // 3
console.log(name.toUpperCase()); // "ADA"
console.log(`Hello, ${name}!`); // "Hello, Ada!"
No connection required, ever. Nothing you write leaves your device.
Every hint is written and reviewed. When BYTE does not know something, it says so.