1. Урок 1. 00:01:32
    this in the Global Context
  2. Урок 2. 00:02:19
    this in Function Calls
  3. Урок 3. 00:02:06
    this in Constructor Calls
  4. Урок 4. 00:02:34
    this in Method Calls
  5. Урок 5. 00:02:53
    Specify this using .call() or .apply()
  6. Урок 6. 00:02:32
    Hard-Bind a Function's this Value with the .bind() Method
  7. Урок 7. 00:02:23
    Capture this with an Arrow Function
  8. Урок 8. 00:02:11
    this in Class Bodies