0
For/in loop in JavaScript
Write a for/ in loop. Your loop should console log the properties in our object. Tip! Use x as your variable. var obj = {a: 1, b: 2, c: 3}; HELP!!!
1 Answer
Write a for/ in loop. Your loop should console log the properties in our object. Tip! Use x as your variable. var obj = {a: 1, b: 2, c: 3}; HELP!!!