fix(curriculum): semantic/grammatical issue (#55106)

Co-authored-by: Roy John Lee <royjohnlee@Roys-MacBook-Pro.local>
This commit is contained in:
royjohnlee
2024-06-06 21:45:49 -07:00
committed by GitHub
parent eda85cc520
commit 88fefcf87b

View File

@@ -7,7 +7,7 @@ dashedName: step-32
# --description--
Inside your `getMode` function, on the empty line above your return call `forEach` on `array`. Your `.forEach()` method should have an empty callback function that takes an `el` parameter.
Inside your `getMode` function, on the empty line above your `return` statement, call `forEach` on `array`. Your `.forEach()` method should have an empty callback function that takes an `el` parameter.
In the next few steps, you will use this loop to count the frequency of occurrences of each number in the array.