mirror of
https://github.com/freeCodeCamp/freeCodeCamp.git
synced 2026-05-28 18:26:54 +00:00
fix(curriculum): correct function name used in hints for base check daily challenge (#62172)
This commit is contained in:
+1
-1
@@ -40,7 +40,7 @@ assert.isFalse(isValidNumber("10201", 2))
|
||||
assert.isTrue(isValidNumber("76543210", 8))
|
||||
```
|
||||
|
||||
`isValidCode("9876543210", 8)` should return `false`.
|
||||
`isValidNumber("9876543210", 8)` should return `false`.
|
||||
|
||||
```js
|
||||
assert.isFalse(isValidNumber("9876543210", 8))
|
||||
|
||||
Reference in New Issue
Block a user