Today, we look at the problems encountered in the authoritative Guide to javascript, which describes that there is a subtle difference between functions and "executable object (callable object)" in Javascript. All functions are executable, but an object can also be executable and can be called like a function, but it is not a real function.
what is "executable object"?