Skip to content

Instantly share code, notes, and snippets.

@JakeTheCorn
Created January 22, 2018 15:45
Show Gist options
  • Save JakeTheCorn/7ad30d37488d2b2c6b7b30c59459bf0b to your computer and use it in GitHub Desktop.
Save JakeTheCorn/7ad30d37488d2b2c6b7b30c59459bf0b to your computer and use it in GitHub Desktop.
function getType(elem) {
return Object.prototype.toString.call(elem).slice(8, -1);
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment