JavaScript Interview Question: Explain the 'this' Keyword
Briefly

What does that mean?
When we invoke a function, an execution context is created.This execution context is basically a record of information that is important to our function.
Read at Medium
[
add
]
[
|
|
]