illustration for Understand JavaScript's this Keyword in Depth
pro

Understand JavaScript's this Keyword in Depth

Instructor

Marius Schulz
18m closed-captioning
·
8 lessons
Star icon$$$
Star icon$$$
Star icon$$$
Star icon$$$
Star icon$$$
4.6
2723
people completed
Published 5 years ago
|
Updated 2 years ago

JavaScript’s this keyword is a source of confusion for new and experienced developers alike. It can be frustrating if, for some reason, this doesn’t point to the context that was intended.

This course will help you understand JavaScript’s this mechanism in-depth. Marius will take us through all of the ways this will change its values, from why many libraries use "use strict" to how arrow functions take its outer execution context’s this.

Over 8 lessons, you’ll learn:

  • how JavaScript implicitly sets the this context, and how we can set it ourselves
  • that the call-site of a function determines the this value of that function invocation
  • how to call a function with a specific this value
  • how to create functions that always remain tied to a specific this context
  • how this is treated within arrow functions and classes

Following the course, this will feel less frustrating, more intuitive, and far more useful in your day-to-day.

Learner Reviews

  • Star icon$$$
    Star icon$$$
    Star icon$$$
    Star icon$$$
    Star icon$$$
    What did you like about this course?

    Easy course to follow but should add more examples for the concepts to last long/:

    Sanchit Gupta
    2 years ago
  • Star icon$$$
    Star icon$$$
    Star icon$$$
    Star icon$$$
    Star icon$$$
    What did you like about this course?

    This is great to keep as a reference. :)

    Felipe Segall
    2 years ago
  • Star icon$$$
    Star icon$$$
    Star icon$$$
    Star icon$$$
    Star icon$$$
    What did you like about this course?

    Excellent

    To the point and I got the impression to be taken on a journey through the spec histroy of JS

    Very good to remember.

    h2t2
    2 years ago
  • Star icon$$$
    Star icon$$$
    Star icon$$$
    Star icon$$$
    Star icon$$$
    What did you like about this course?

    Thanks for the course! Fast, clear and with good examples.

    Pavel Klochkov
    2 years ago
  • Star icon$$$
    Star icon$$$
    Star icon$$$
    Star icon$$$
    Star icon$$$
    What did you like about this course?

    Concise and easy to understand. Thanks.

    Brandon Rockhold
    3 years ago
  • Star icon$$$
    Star icon$$$
    Star icon$$$
    Star icon$$$
    Star icon$$$
    What did you like about this course?

    Very cool course with short and clear explanations

    Vadym Orlov
    3 years ago

Course Content

18m • 8 lessons

    You might also like these resources:

    illustration for Introduction to Cloudflare Workers
    Kristian Freeman・36m・Course

    Become familiar with the Workers CLI wrangler that we will use to bootstrap our Worker project. From there you'll understand how a Worker receives and returns requests/Responses. We will also build this serverless function locally for development and deploy it to a custom domain.

    illustration for Create an eCommerce Store with Next.js and Stripe Checkout
    Colby Fayock・1h 4m・Course

    This is a practical project based look at building a working e-commerce store using modern tools and APIs. Excellent for a weekend side-project for your developer project portfolio

    illustration for Practical Git for Everyday Professional Use
    Trevor Miller・1h・Course

    git is a critical component in the modern web developers tool box. This course is a solid introduction and goes beyond the basics with some more advanced git commands you are sure to find useful.