mirror of
https://github.com/freeCodeCamp/freeCodeCamp.git
synced 2026-04-11 07:00:41 -04:00
fix(curriculum) Statistics Calculator typo Step 32 (#57678)
Co-authored-by: Huyen Nguyen <25715018+huyenltnguyen@users.noreply.github.com>
This commit is contained in:
@@ -14,7 +14,7 @@ Below those function calls, add a `console.log(getMode(numbers))`.
|
||||
To see the result, enter the numbers `4, 4, 2, 5` and click on the `"Calculate"` button. Open up the console to see the following array:
|
||||
|
||||
```js
|
||||
[ 2, 4, 4, 5 ]
|
||||
[ 4, 4, 2, 5 ]
|
||||
```
|
||||
|
||||
# --hints--
|
||||
|
||||
Reference in New Issue
Block a user