Guest User

Untitled

a guest
Jan 18th, 2019
86
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.07 KB | None | 0 0
  1. parseInt("08")
  2. //The result is: 0
  3.  
  4. parseInt("07")
  5. //The result is: 7
Add Comment
Please, Sign In to add comment