Skip to content

Commit aecda20

Browse files
bhasmarcorichetta
andauthored
Update javascript1/week4/exercises/level2.md
Co-authored-by: Marco Richetta <[email protected]>
1 parent fc761d5 commit aecda20

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

javascript1/week4/exercises/level2.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ printPassengerInfo("Robert", 21, 190, false);
102102

103103

104104

105-
## 🔎🧱 2.3 Implement a Almost-Math tool
105+
## 🔎🧱 2.3 Implement an Almost-Math tool
106106
1. Write a function called `sumEvenNumbers` that takes an array of numbers and returns the sum of only the even numbers in the array.
107107
```js
108108
sumEvenNumbers([1, 2, 3, 4, 5, 6]);

0 commit comments

Comments
 (0)