#js
Read more stories on Hashnode
Articles with this tag
Object.is() vs === · The Object.is() method determines whether two values are the same value. The Object.is() behaves like === operator except it's...
There are two ways to retrieve data from Objects in JavaScript , Dot ‘ . ’ and Bracket ‘[]’ notation. The main difference between Dot notation and...