Skip to content

Instantly share code, notes, and snippets.

@vincentzierigen
Created November 16, 2015 16:47
//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