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

Feb 29, 2016

true false