Skip to content

Instantly share code, notes, and snippets.

@pthrasher
Forked from tebriel/gist:1708556
Created January 31, 2012 03:32
Show Gist options
  • Save pthrasher/1708582 to your computer and use it in GitHub Desktop.
Save pthrasher/1708582 to your computer and use it in GitHub Desktop.
function IsNumeric(e)
return Object.prototype.toString.call(e) == '[object Number]';
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment