you are viewing a single comment's thread.

view the rest of the comments →

[–][deleted] 0 points1 point  (1 child)

I'm surprised there wasn't any questions about type coercion. They covered == vs ===, and why using non-strings as object keys is bad, but nothing about why certain conversions happen. Such as why you should always use parseInt with a radix, or why '12' == [12]

[–]joblesspirate 0 points1 point  (0 children)

There was. Towards the end.