nextptr
Sign In
Sign Up
The 'type' of a function object
Question
| Apr 19, 2017 |
nextptr
javascript
What is the result of calling
typeof
on a function, e.g.
typeof(function () {})
?