4 ways to call a function in JavaScript

Functions in JavaScript can be called in different ways. At first glance, that may seem like a crazy statement. How can there be more than one way to call a function? Don’t we just call it? Well, dear reader, as we shall discuss in this post, there are 4 ways to call a function in...