Skip to content

Commit 42ae4c8

Browse files
authored
Update 7-ages.js
1 parent 67bb991 commit 42ae4c8

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Exercises/7-ages.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@ const ages = persons => {
55
for (const name in persons) {
66
const person = persons[name];
77
ages[name] = person.died - person.born;
8-
console.log(ages);
98
}
109
return ages;
1110
};

0 commit comments

Comments
 (0)