I can explain the difference between function declarations and function expressions.
- Yes vars are expressions and regular functions are delcaration!!!
I can explain what the value of this
is in a normal function.
- normally it's the window or the global objec
I can explain what the value of this
is when called from the context of an object.
- if in an object it will be whatever that object is