Skip to content

Instantly share code, notes, and snippets.

@dejanmarkovic
Created December 16, 2013 17:43
Show Gist options
  • Save dejanmarkovic/7991105 to your computer and use it in GitHub Desktop.
Save dejanmarkovic/7991105 to your computer and use it in GitHub Desktop.
function that checks type of variable
function myTypeOf(param) {
alert(typeof param);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment