Advertisement
Guest User

Untitled

a guest
Feb 8th, 2016
51
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.10 KB | None | 0 0
  1. // install node 4.2.2
  2.  
  3. function foo () {
  4. console.log('----------------------------')
  5. foo()
  6. }
  7.  
  8. foo()
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement