#js
Read more stories on Hashnode
Articles with this tag
console.log([] == []) // "" The output of the code console.log([] + []); will be an empty string "". This behaviour can be a bit surprising at first,...