#js
Read more stories on Hashnode
Articles with this tag
Understanding Coercion There are seven data types in javascript namely: null, undefined,string,number,symbol, boolean and object. The first six are...
Have you ever been intrigued by the result of these javascript questions? that [] + [] = "" [] + {} = "[object Object]" {} + {} = NaN {} + [] = 0 []...