dwyl/Javascript-the-Good-Parts-notes

I think you got a typo in chapter 2

heron2014 opened this issue · 3 comments

Under Numbers :
use isNan(numbers) to check for NaNs ( instead of isNaN(numbers) )

Well spotted @heron2014
https://developer.mozilla.org/en/docs/Web/JavaScript/Reference/Global_Objects/isNaN
Please submit a pull request with the correction. 👍

What @nelsonic said 😉

Fixed by @heron2014 in PR #12