There was an error while loading. Please reload this page.
1 parent 70c0e35 commit fd08653Copy full SHA for fd08653
1 file changed
week-3/1-exercises/A-array-find/exercise.js
@@ -11,6 +11,7 @@ var longNameThatStartsWithA = findLongNameThatStartsWithA(names);
11
12
console.log(longNameThatStartsWithA);
13
14
+
15
/* EXPECTED OUTPUT */
16
// "Alexandra"
17
0 commit comments