Question: Which Object method returns an iterable that can be used to iterate over the properties of an object?
- `Object.get()`
- `Object.loop()`
- `Object.each()`
- `Object.keys()`
Answer: The correct answer of the above question is Option D:`Object.keys()`