SOURCE

document.writeln(!undefined);

document.writeln(!null);

document.writeln(null == undefined);

document.writeln(null === undefined);

document.writeln(null == false);

document.writeln(undefined == false);

body{
  background-color:#987
}
console 命令行工具 X clear

                    
>
console