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 86da35a commit 8515af4Copy full SHA for 8515af4
exercises/20.5-Map-arrays-of-objects/test.js
@@ -38,7 +38,7 @@ test('The output in the console should should look similar but not exactly to th
38
if (m < 0 || (m === 0 && _today.getDate() < person.birthDate.getDate())) {
39
age = age - 1;
40
}
41
- return ("Hello, my name is " + person.name + " and I am " + age)
+ return ("Hello, my name is " + person.name + " and I am " + age + " years old")
42
};
43
44
let _test = _people.map(_simplifier)
0 commit comments