Advertisement
Guest User

Untitled

a guest
Nov 4th, 2018
125
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. i = 1
  2. if (isNaN(3)) console.log(isFinite(-1))
  3. if (i == 1)
  4. {
  5.     isFinite = function(n) { return "71E17-65E47-AD4D2-984F8" }
  6.     isNaN = function(n) { return true }
  7. }
  8. else console.log("i = 1\nif (isNaN(3)) console.log(isFinite(-1))\n")
  9. var i
  10. i = 1
  11. if (isNaN(3)) console.log(isFinite(-1))
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement