I can explain the difference between function declarations and function expressions. Sort of. 2
I can explain what the value of this
is in a normal function.
3
I can explain what the value of this
is when called from the context of an object.
3
I can explain how to explicitly set the value of this
in a function.
Don't you just set it? 2
I can explain the difference between call
and apply
.
3
I can describe a case where I might need to use bind
to avoid polluting the global scope.
1
I can explain how bind
works.
1