Coercion in Javascript
Have you ever been intrigued by the result of these javascript questions? that
[] + [] = ""
[] + {} = "[object Object]"
{} + {} = NaN
{} + [] = 0
[] + 5 = "5"
Well, I was both intrigued and shocked. That is why I delved in to find out what's happe...
dera.hashnode.dev8 min read
Dennis Ukonu
Thumbs up boss. This piece is cool