Evaluates to false?

by amindunited

JavaScript

console.log(!{}[true]);
console.log({}[true]);
console.log(undefined === true);