mirror of
https://github.com/freeCodeCamp/freeCodeCamp.git
synced 2026-04-14 07:00:51 -04:00
fix(curriculum): correct arguments in hint (#53132)
This commit is contained in:
@@ -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*}?/);
|
||||
|
||||
Reference in New Issue
Block a user