mirror of
https://github.com/freeCodeCamp/freeCodeCamp.git
synced 2026-05-13 06:04:13 -04:00
fix(curriculum): fix code example for question 15 of math quiz (#58964)
This commit is contained in:
@@ -328,7 +328,7 @@ It parses a string argument and returns a floating-point number.
|
||||
What will be logged to the console?
|
||||
|
||||
```js
|
||||
const num = 5;
|
||||
let num = 5;
|
||||
console.log(++num);
|
||||
```
|
||||
|
||||
|
||||
Reference in New Issue
Block a user