CJCoding With Joseph

For...in Loop: Print Object Values

Use a for...in loop to print each value in the scores object, 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.