mirror of
https://github.com/freeCodeCamp/freeCodeCamp.git
synced 2026-05-28 18:26:54 +00:00
fix(curriculum): update code example to show NaN (#53507)
This commit is contained in:
+1
@@ -17,6 +17,7 @@ Here is an example:
|
||||
|
||||
```js
|
||||
Number('10'); // returns the number 10
|
||||
Number('abc'); // returns NaN
|
||||
```
|
||||
|
||||
# --hints--
|
||||
|
||||
Reference in New Issue
Block a user