mirror of
https://github.com/freeCodeCamp/freeCodeCamp.git
synced 2026-01-04 18:05:32 -05:00
fix(curriculum): update javascript challenge description (#48989)
Closes https://github.com/freeCodeCamp/freeCodeCamp/issues/48928
This commit is contained in:
@@ -26,13 +26,13 @@ Change the `0` so the difference is `12`.
|
||||
|
||||
# --hints--
|
||||
|
||||
The variable `difference` should be equal to 12.
|
||||
The variable `difference` should be equal to `12`.
|
||||
|
||||
```js
|
||||
assert(difference === 12);
|
||||
```
|
||||
|
||||
You should only subtract one number from 45.
|
||||
You should only subtract one number from `45`.
|
||||
|
||||
```js
|
||||
assert(/difference=45-33;?/.test(__helpers.removeWhiteSpace(code)));
|
||||
|
||||
Reference in New Issue
Block a user