Variabel

Run Settings
LanguageJavaScript
Language Version
Run Command
console.log("Hello World!"); var firstName = "Harry"; console.log(firstName); firstName = "Ron"; console.log(firstName); /* output: Harry Ron */ x = 100; var x; console.log(x); /* output: 100 */ var x; x = 100; console.log(x); /* output: 100 */
Editor Settings
Theme
Key bindings
Full width
Lines