For In loop Flashcards
(2 cards)
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]
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]