Course · Section 12: Numbers, Dates, Intl and Timers · Lecture 181: Converting and Checking Numbers
Implement `toNum(str)` returning the numeric value of a numeric string.
+ 1 hidden test run on Submit.
Number() parses the full numeric value including decimals.
Run your code to see results.