Which loop construct in JavaScript allows you to iterate over the properties of an object?
while loop
while
do...while loop
do...while
for...in loop
for...in
for loop
for