What will be the output of the following code?
var myObject = { a: 1, b: 2 }; console.log(Symbol.iterator in myObject);
false
true
TypeError
SyntaxError