=====
checks for value equality with coercion allowedchecks for value equality without allowing coercion

often called strict equality for this reason
null == undefined //truenull === undefined //false