Equality Operators
Everything on SkillVeris tagged Equality Operators — collected across the glossary, study notes, blog, and cheat sheets.
2 resources across 1 library
Interview Questions(2)
What Is Type Coercion in JavaScript?
Type coercion is JavaScript automatically converting a value from one type to another — string, number, or boolean — when an operator or context expects a diff…
What Is NaN and How Do You Check for It?
NaN ("Not a Number") is a special numeric value JavaScript returns when a math operation cannot produce a meaningful number, and by spec it is the only value t…