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 7c2f29a commit f7fe0fcCopy full SHA for f7fe0fc
exercises/16 - Debugging/debugging-FINISHED.js
@@ -4,8 +4,6 @@ const people = [
4
{ name: 'Snickers', cool: false, country: 'Dog Country' },
5
];
6
7
-/* Victor Mono */
8
-// New Font!
9
people.forEach((person, index) => {
10
console.groupCollapsed(`${person.name}`);
11
console.log(person.country);
0 commit comments