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