Why JavaScript Why? - Type Coercion
So, I recalled different problem statements in Java script which were quite odd
For ex-
15+"12" //1512
but
"12"-5 //7
typeof +"12" //number
Why such behaviour comes in the picture gonna discuss about it in detailed so next time you can never be tr...
debuggerakshat.hashnode.dev2 min read