mirror of
https://github.com/freeCodeCamp/freeCodeCamp.git
synced 2026-06-22 21:08:12 +08:00
fix(curriculum): fix code example for question 15 of math quiz (#58964)
This commit is contained in:
parent
a8fd25e9fd
commit
f6de184fac
@ -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);
|
||||
```
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user