Created
July 9, 2017 08:46
-
-
Save juliomatcom/694305ee5c4ebd4b32477601b79e649d to your computer and use it in GitHub Desktop.
functions are Objects in JavaScript
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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