What Object methods are there?

Get the keys - Object.keys()
Get the values - Object.values()
Get the whole entry - Object.entries()

What is a for...in loop?
What is a for...of loop?