mirror of
https://github.com/freeCodeCamp/freeCodeCamp.git
synced 2026-06-13 21:02:08 +08:00
fix(curriculum): convert numbers to strings in lecture-working-with-numbers-and-common-number-methods (#64886)
Some checks failed
i18n - Build Validation / Validate i18n Builds (22) (push) Has been cancelled
CI - Node.js / Lint (22) (push) Has been cancelled
CI - Node.js / Build (22) (push) Has been cancelled
CI - Node.js / Test (22) (push) Has been cancelled
CI - Node.js / Test - Upcoming Changes (22) (push) Has been cancelled
CI - Node.js / Test - i18n (italian, 22) (push) Has been cancelled
CI - Node.js / Test - i18n (portuguese, 22) (push) Has been cancelled
i18n - Upload Client UI / Client (push) Has been cancelled
i18n - Upload Curriculum / Learn (push) Has been cancelled
CD - Docker - DOCR Cleanup Container Images / Delete Old Images (learn-api, dev) (push) Has been cancelled
CD - Docker - DOCR Cleanup Container Images / Delete Old Images (learn-api, org) (push) Has been cancelled
i18n - Download Client UI / Client (push) Has been cancelled
Some checks failed
i18n - Build Validation / Validate i18n Builds (22) (push) Has been cancelled
CI - Node.js / Lint (22) (push) Has been cancelled
CI - Node.js / Build (22) (push) Has been cancelled
CI - Node.js / Test (22) (push) Has been cancelled
CI - Node.js / Test - Upcoming Changes (22) (push) Has been cancelled
CI - Node.js / Test - i18n (italian, 22) (push) Has been cancelled
CI - Node.js / Test - i18n (portuguese, 22) (push) Has been cancelled
i18n - Upload Client UI / Client (push) Has been cancelled
i18n - Upload Curriculum / Learn (push) Has been cancelled
CD - Docker - DOCR Cleanup Container Images / Delete Old Images (learn-api, dev) (push) Has been cancelled
CD - Docker - DOCR Cleanup Container Images / Delete Old Images (learn-api, org) (push) Has been cancelled
i18n - Download Client UI / Client (push) Has been cancelled
This commit is contained in:
parent
a33b6898ed
commit
287d2b4e29
@ -119,7 +119,7 @@ console.log((num1 + num2).toFixed(2));
|
||||
|
||||
## --answers--
|
||||
|
||||
`80.23`
|
||||
`"80.23"`
|
||||
|
||||
### --feedback--
|
||||
|
||||
@ -127,11 +127,11 @@ Remember that `toFixed()` rounds the result based on the third decimal digit.
|
||||
|
||||
---
|
||||
|
||||
`80.24`
|
||||
`"80.24"`
|
||||
|
||||
---
|
||||
|
||||
`80.25`
|
||||
`"80.25"`
|
||||
|
||||
### --feedback--
|
||||
|
||||
@ -139,7 +139,7 @@ Remember that `toFixed()` rounds the result based on the third decimal digit.
|
||||
|
||||
---
|
||||
|
||||
`80.26`
|
||||
`"80.26"`
|
||||
|
||||
### --feedback--
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user