Skip to content

Instantly share code, notes, and snippets.

@vincentzierigen
Created November 16, 2015 16:47
Show Gist options
  • Select an option

  • Save vincentzierigen/6170000bc400cbdd4f6b to your computer and use it in GitHub Desktop.

Select an option

Save vincentzierigen/6170000bc400cbdd4f6b to your computer and use it in GitHub Desktop.
//Tells if a value is numeric or not
function isNumeric(num){
return !isNaN(num)
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment