For In loop Flashcards
1
Q
What is a for in loop?
A
for iterating specifically through objects
2
Q
How do you target the value of a property in an object.
A
property[key]
Coding > For In loop > Flashcards
What is a for in loop?
for iterating specifically through objects
How do you target the value of a property in an object.
property[key]