Skip to content

Instantly share code, notes, and snippets.

@Kealii
Forked from stevekinney/1508-functions-cfu.md
Last active February 3, 2016 21:33
Show Gist options
  • Save Kealii/9e3cf4b074a7e5d72cd6 to your computer and use it in GitHub Desktop.
Save Kealii/9e3cf4b074a7e5d72cd6 to your computer and use it in GitHub Desktop.

JavaScript Functions

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

8/10

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

8/10

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

8/10

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

8/10

I can explain the difference between call and apply.

9/10

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

6/10

I can explain how bind works.

7/10

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