Hacker News new | ask | show | jobs
by coldtea 477 days ago
>those people don't know anything about the real cursed and weird parts of JS (such as: eval does not behave the same depending on how you call it...)

That's because that's a non issue, as you shouldn't be calling eval in the first place.

1 comments

The other things I wrote about are also non-issues (in practice). They are just ignorant. I could also write about the result of `parseInt(0.0000005)`, which could be more of a real problem.