fix(curriculum): update code example to show NaN (#53507)

This commit is contained in:
Greg Stephens Jr
2024-02-01 22:15:46 -07:00
committed by GitHub
parent 1972f39b68
commit b3a2324822
@@ -17,6 +17,7 @@ Here is an example:
```js
Number('10'); // returns the number 10
Number('abc'); // returns NaN
```
# --hints--