Domanda di colloquio di Volute

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

Risposta di colloquio

Anonimo

29 feb 2016

true false