Guest User

Untitled

a guest
Feb 22nd, 2018
73
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.08 KB | None | 0 0
  1. // This is a second way to create an array
  2. var score = new Array(
  3. 1,
  4. 2,
  5. 3,
  6. 4
  7. );
Add Comment
Please, Sign In to add comment