Skip to content

Commit d7ccd05

Browse files
committed
inital commit
1 parent 889b2a5 commit d7ccd05

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

exercises/16 - Debugging/debugging-START.js

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

7+
78
people.forEach((person, index) => {
89
console.log(person.name);
910
});

0 commit comments

Comments
 (0)