I can explain the difference between function declarations and function expressions.
- Yes
I can explain what the value of this
is in a normal function.
- Yes
I can explain what the value of this
is when called from the context of an object.
- Yes
I can explain how to explicitly set the value of this
in a function.
- Yes
I can explain the difference between call
and apply
.
- Yes
I can describe an case where I might need to use bind
to avoid polluting the global scope.
- Yes
I can explain how bind
works.
- Yes