We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3a2ddf7 commit 3a6e6f9Copy full SHA for 3a6e6f9
Sprint-2/debug/author.js
@@ -12,5 +12,5 @@ const author = {
12
};
13
14
for (const value in author) {
15
- console.log(value);
+ console.log(author[value]);
16
}
0 commit comments