Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 357 Bytes

File metadata and controls

14 lines (10 loc) · 357 Bytes

Sections For Closer Look At Functions

CloserLookAtFunctions.md

  • Content:

    1. Default Parameters
    2. Passing Arguments by value Vs reference
    3. First Class Vs High Order
    4. call, apply and bind Methods
    5. Immediately Invoked Function Expressions(IIFE)
    6. Closures
  • Closer Look At Functions