Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- for (let char of "test") {
- // triggers 4 times: once for each character
- console.log( char ); // t, then e, then s, then t
- }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement