Created
January 11, 2019 20:04
-
-
Save pablocattaneo/40c1629cd8e7f73a976307525e6cfacd to your computer and use it in GitHub Desktop.
How to convert string to number in Javascript? #javascript Source: https://stackoverflow.com/a/1133814/3599272
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
const x = Number("1000") |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment