Variable Scope

Run Settings
LanguageJavaScript
Language Version
Run Command
console.log("Hello World!"); function multiply(num) { let total = num * num; return total; } let total = 9; let number = multiply(20); console.log(total);
Editor Settings
Theme
Key bindings
Full width
Lines