== 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...
Feb 14, 20232 min read83
