Advertisement
Sparkster

Untitled

Nov 6th, 2013
291
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. var userAge = parseInt(prompt("I am the message! Number me: "), 10);
  2.  
  3. if(userAge == isNaN()) {
  4.     console.log("Not a number!");
  5. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement