Skip to content

Instantly share code, notes, and snippets.

@jillmd501
Forked from stevekinney/1508-functions-cfu.md
Last active February 3, 2016 21:39
Show Gist options
  • Save jillmd501/2432e7f2abf2322d5fe0 to your computer and use it in GitHub Desktop.
Save jillmd501/2432e7f2abf2322d5fe0 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. Yes
  • I can explain how to explicitly set the value of this in a function. No
  • I can explain the difference between call and apply. Sort of...
  • I can describe an case where I might need to use bind to avoid polluting the global scope. Sort of...
  • I can explain how bind works. Sort of... not going to lie 5 hours of class is hard :(
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment