For...Of
Iterate values.
💡 THINK OF IT LIKE…
▸ YOUR TURN
Write: for (const n of nums) { console.log(n); }
Tab indent · Shift+Tab outdent · ⌘/Ctrl + Enter submit · auto-pairs ( [ { " '
Click 'Run code' to execute your code in a real sandbox.
Iterate values.
Write: for (const n of nums) { console.log(n); }
Click 'Run code' to execute your code in a real sandbox.