Advertisement
Guest User

Untitled

a guest
Sep 8th, 2013
44
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.15 KB | None | 0 0
  1.  
  2. if ("Jon".length * 2 / (2+1) === 2 );
  3. {
  4. console.log("The answer makes sense!");
  5. }
  6.  
  7. {
  8.  
  9. else
  10. console.log("Error Error Error");
  11.  
  12. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement