When I compare undefined and null against Boolean false, the statement returns false:
undefined == false; null == false;
It return false. W
This is so because it is so. :)
Read the ECMA standards here: https://www.ecma-international.org/ecma-262/5.1/#sec-11.9.3