Skip to content

Commit 3a6e6f9

Browse files
committed
update code to ouput property values instead of the property keys
1 parent 3a2ddf7 commit 3a6e6f9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Sprint-2/debug/author.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,5 +12,5 @@ const author = {
1212
};
1313

1414
for (const value in author) {
15-
console.log(value);
15+
console.log(author[value]);
1616
}

0 commit comments

Comments
 (0)