Guest User

Untitled

a guest
May 20th, 2018
107
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.11 KB | None | 0 0
  1. const notes = ['Note 1', 'Note 2', 'Note 3'];
  2. for (var i = 0; i < notes.length; i++) {
  3. console.log(notes[i]);
  4. }
Add Comment
Please, Sign In to add comment