Developers love pointing out the madness in JavaScript, like [] + 2 === "2"
,
but if your job is to write code in this language, or languages that compile to
JavaScript without hiding this behavior (for example TypeScript and
ClojureScript), you will save a lot of time debugging and coding by
understanding why things are the way they are.
November 27 2019JavaScript