0 / 60 seg.

What will be the output of the following code?

var myObject = { a: 1, b: 2 };
console.log(typeof myObject[Symbol.iterator]);