Skip to content

Instantly share code, notes, and snippets.

@stevekinney
Created March 30, 2016 14:31
Show Gist options
  • Save stevekinney/ce6bc34f008281fdd85c74eb1dbe039c to your computer and use it in GitHub Desktop.
Save stevekinney/ce6bc34f008281fdd85c74eb1dbe039c to your computer and use it in GitHub Desktop.

JavaScript Functions

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.

@ToniRib
Copy link

ToniRib commented Mar 30, 2016

@GregoryArmstrong
Copy link

@SteveOscar
Copy link

@jwperry
Copy link

jwperry commented Mar 30, 2016

@brantwellman
Copy link

@PenneyGadget
Copy link

@ShannonPaige
Copy link

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