Skip to content

Instantly share code, notes, and snippets.

@George-Hudson
Forked from stevekinney/cfu-functions.md
Last active December 2, 2015 19:00
Show Gist options
  • Save George-Hudson/5c4eada4b0ef97742763 to your computer and use it in GitHub Desktop.
Save George-Hudson/5c4eada4b0ef97742763 to your computer and use it in GitHub Desktop.

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

  • yes 3

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

  • yes 2

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

  • yes 2

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

  • yes 3

I can explain the difference between call and apply.

  • yes 3

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

  • yes 2

I can explain how bind works.

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