Skip to content

Class 02 Lecture Notes: Context

Billy Bunn edited this page Mar 19, 2019 · 1 revision

Context

How do you pass context to a function?

  • the .call() method
  • the .bind() method

How do you make true classes in JS?

  • the constructor and class keywords