Notes
Angular
CSS
HTML
JavaScript
==
===
checks for value equality
with coercion
allowed
checks for value equality
without allowing
coercion
often called
strict equality
for this reason
null == undefined //true
null === undefined //false