Volute interview question

What will be the output when the following code is executed? console.log(false == '0') console.log(false === '0')

Interview Answer

Anonymous

29 Feb 2016

true false