❗"this" determined on call site❗️
(usually) "this" is determined on run-time
Last updated
(usually) "this" is determined on run-time
Last updated
JS ⟩ object ⟩ "this" ⟩ determined on call site
(usually) the value of this is:
not by function/method declaration (compile-time)
but there are exceptions, 👉 see:arrow function arrow function as class field❗️
replit:this determined on call site