Variable Scope

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