Loop through all the properties of an object.
Avoid using "For in" in arrays, you might get unexpected results. Use "For of" instead.
To prevent an infinite loop, make sure that the condition eventualy becomes false
Statement is always executed once before the condition is checked