“this” and function invocation patterns JS (Part II)
In the previous article, we talked about method invocation pattern and function invocation pattern. This time will review a couple of more invocation patterns that we used to use in Javascript. Will also review new features added in ES5 and we talk about some cases derived from the ES6: arrow functions. Let’s dig into it.