โ Back to Loops
Question 105
For...in Loop: Print Object Values
For...in Loop: Print Object Values
Use afor...inloop to print each value in thescoresobject, one per line, in order. Expected output: 90 85 70
Expected Output:
90 85 70
Topics:
Loops
Code Editor
1
Tab to indent ยท Ctrl+Enter to run ยท Ctrl+Space to expand shortcuts (clog, fn, fori)
Your Output
Run your code to see the output here...
Test Cases
Run your code to see test case results.