What does the code snippet to the right output by console.log?
console.log
console.log(2.0 == "2" == new Boolean(true) == "1")
Source Fromopen in new window