The this Keyword, Closures, and IIFE in JavaScript

This lecture covers a bit of basic-to-intermediate JavaScript knowledge. It was created and given by Jeffrey Wescott to the Dev Bootcamp Fox Squirrels 2013 cohort during Phase 4. The screenflow is here.

The 'this' Keyword

  • named arguments
  • unnamed arguments
  • this
  • call
  • apply
  • override scope
  • bind

Closures

IIFE (immediately-invoked function expressions)