mirror of
https://github.com/freeCodeCamp/freeCodeCamp.git
synced 2026-06-19 21:09:51 +08:00
fix(curriculum): correct arguments in hint (#53132)
This commit is contained in:
parent
3084a6a29a
commit
fd901a963a
@ -19,7 +19,7 @@ You should use the `includes` method to check if `uniqueNumbersStr` is included
|
||||
assert.match(code, /if\s*\(\s*largeStraightsArr\.includes\(uniqueNumbersStr\)\s*\)\s*{?/);
|
||||
```
|
||||
|
||||
You should call your `updateRadioOption` with `3` and `30` for the arguments.
|
||||
You should call your `updateRadioOption` with `4` and `40` for the arguments.
|
||||
|
||||
```js
|
||||
assert.match(code, /if\s*\(\s*largeStraightsArr\.includes\(uniqueNumbersStr\)\s*\)\s*{?\s*updateRadioOption\s*\(\s*4\s*,\s*40\s*\)\s*;?\s*}?/);
|
||||
|
||||
Loading…
Reference in New Issue
Block a user