Home Travis CI
This, Function and Arrow Function

Objectives

Understand what where the issues with the reserved word "this" in javascript. Understand differences in between Function and Arrow Functions.

Conclusion

By this moment you should know that arrow function and functions are different by nature. Also we should already know about the word this a bit more, and what where some of the issues we had in the past about it.

Home