Skip to content

Instantly share code, notes, and snippets.

@pablocattaneo
Created January 11, 2019 20:04
Show Gist options
  • Save pablocattaneo/40c1629cd8e7f73a976307525e6cfacd to your computer and use it in GitHub Desktop.
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
const x = Number("1000")
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment