Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save juliomatcom/694305ee5c4ebd4b32477601b79e649d to your computer and use it in GitHub Desktop.
Save juliomatcom/694305ee5c4ebd4b32477601b79e649d to your computer and use it in GitHub Desktop.
functions are Objects in JavaScript
Function instanceof Object // true
Boolean instanceof Function // true
Number instanceof Function // true
String instanceof Function // true
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment