Advertisement
Guest User

Untitled

a guest
Mar 28th, 2017
43
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.09 KB | None | 0 0
  1. function isFunction(x) {
  2. return Object.prototype.toString.call(x) == '[object Function]';
  3. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement