It's the for...in statement
(MDN, ECMAScript spec).
You can read it as "FOR every property IN the obj
object, assign each property to the PROPT variable in turn".
It's the for...in statement
(MDN, ECMAScript spec).
You can read it as "FOR every property IN the obj
object, assign each property to the PROPT variable in turn".