Question: Which Object method returns an iterable that can be used to iterate over the properties of an object?

  1. `Object.get()`
  2. `Object.loop()`
  3. `Object.each()`
  4. `Object.keys()`

Answer: The correct answer of the above question is Option D:`Object.keys()`