== vs ===
Both "==" and "===" are used for equality comparison in Javascript. To understand the difference between them we first need to know what is Type coercion.
Type coercion:
Type coercion in JS refers to the process of converting a value from one data ty...
nikhilchhabra.hashnode.dev2 min read
Brian P.
PM| Data Nerd| Front-End dev| Tech Enthusiast| Probably going to save the world with code
Awesome outline!! Keep it up.