Guest User

Untitled

a guest
Jan 21st, 2018
73
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.18 KB | None | 0 0
  1. Last login: Fri Sep 16 12:55:55 on ttys001
  2. Enki:~ $ node
  3. > var places = ['cha-ya', 'pica pica', 'herbivore', 'sunflower']
  4. > console.log(places[Math.floor(Math.random() * 4)])
  5. pica pica
Add Comment
Please, Sign In to add comment