mirror of
https://github.com/freeCodeCamp/freeCodeCamp.git
synced 2026-03-14 04:00:42 -04:00
fix(curriculum): fix word from statememt to statement (#62781)
This commit is contained in:
@@ -39,7 +39,7 @@ You should create an if statement to check if the `actual_index` is less than 0
|
||||
})
|
||||
```
|
||||
|
||||
Within the `if` statememt, you should print the message `Invalid email number.\n` and use `return` to exit the method.
|
||||
Within the `if` statement, you should print the message `Invalid email number.\n` and use `return` to exit the method.
|
||||
|
||||
```js
|
||||
({
|
||||
|
||||
Reference in New Issue
Block a user