Skip to content

Instantly share code, notes, and snippets.

@matt-stj
Forked from stevekinney/1508-functions-cfu.md
Last active February 4, 2016 01:03
Show Gist options
  • Save matt-stj/c81a5bade433b2d50f49 to your computer and use it in GitHub Desktop.
Save matt-stj/c81a5bade433b2d50f49 to your computer and use it in GitHub Desktop.

JavaScript Functions

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.
Maybe.

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.
Maybe.

I can explain how bind works.
Maybe.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment