Advertisement
Guest User

Untitled

a guest
Jul 31st, 2013
61
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.14 KB | None | 0 0
  1. var x = function() { return true; }
  2.  
  3. if (x()) {
  4. console.log("Hello world :) ");`
  5. } else {
  6. console.log("Farewell cruel world ;( ");
  7. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement