Codefellows Javascript Foundations Night Course

Functions and Objects

Topics Covered

  • Functions

    • definition vs call
    • Arguments refresher
    • Arguments object
    • callbacks
    • functions as arguments
    • new
  • Objects

    • Object literal definition
    • Object#create
    • dot notation get and set
      • myObject.index
    • index get and set
      • myObject[index]

Required Reading