Skip to content

Instantly share code, notes, and snippets.

@rrgayhart
Forked from stevekinney/cfu-functions.md
Created January 30, 2016 20:43
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save rrgayhart/3600e2a1cf51d9eafe11 to your computer and use it in GitHub Desktop.
Save rrgayhart/3600e2a1cf51d9eafe11 to your computer and use it in GitHub Desktop.

I can explain the difference between function declarations and function expressions.

I can explain what the value of this is in a normal function.

I can explain what the value of this is when called from the context of an object.

I can explain how to explicitly set the value of this in a function.

I can explain the difference between call and apply.

I can describe an case where I might need to use bind to avoid polluting the global scope.

I can explain how bind works.

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