first_javascript

Run Settings
LanguageJavaScript
Language Version
Run Command
console.log("Hello World!"); const boxes = ["zero", "one", "two", "three" , "four" , "five" ]; function firststep(boxes) { let i = 0 for(i = 0 ; i < boxes.length ; ++i) { console.log(boxes[i]); } } firststep(boxes);
Editor Settings
Theme
Key bindings
Full width
Lines