Advertisement
kalovski

Untitled

Nov 11th, 2016
73
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.08 KB | None | 0 0
  1. function foo(){}
  2. function bar(){
  3. foo();
  4. }
  5. function baz(){
  6. bar();
  7. }
  8. baz();
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement