What will be the output of the following code?
var myObject = { a: 1, b: 2 };
console.log(typeof myObject[Symbol.iterator]);
What will be the output of the following code?
var myObject = { a: 1, b: 2 };
console.log(typeof myObject[Symbol.iterator]);