Skip to content

Commit f7fe0fc

Browse files
authored
Update debugging-FINISHED.js
1 parent 7c2f29a commit f7fe0fc

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

exercises/16 - Debugging/debugging-FINISHED.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,6 @@ const people = [
44
{ name: 'Snickers', cool: false, country: 'Dog Country' },
55
];
66

7-
/* Victor Mono */
8-
// New Font!
97
people.forEach((person, index) => {
108
console.groupCollapsed(`${person.name}`);
119
console.log(person.country);

0 commit comments

Comments
 (0)