for , for...of

Run Settings
LanguageJavaScript
Language Version
Run Command
for (let i = 0; i < 10; i+=2) { console.log(i); } let myArray = ['Luke', 'Han', 'Chewbacca', 'Leia']; for (const arrayItem of myArray) { console.log(arrayItem); }
Editor Settings
Theme
Key bindings
Full width
Lines