Skip to content

Instantly share code, notes, and snippets.

@snghnishant
Last active May 30, 2020 11:34
Show Gist options
  • Save snghnishant/65b7ae2cfbab35a86c88756401e14494 to your computer and use it in GitHub Desktop.
Save snghnishant/65b7ae2cfbab35a86c88756401e14494 to your computer and use it in GitHub Desktop.
JS Methods
  1. typeof value
  2. value.length
  3. parseInt(value)
  4. parseFloat(value)
  5. value.toFixed()
  6. value.toUpperCase()
  7. value.toLowerCase()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment