CIS 119 Chapter 10

create a function call a function lexical scope creating and managing JS libraries arguments property of a function using the call and apply methods using the bind method

Objectives

  • Create functions
  • Use functions
  • Explain lexical scope
  • Discuss how a JavaScript library is created and managed
  • Discuss how Function object methods are used

Online notes for the week

Chapter 10 outline

  • Create and use functions
  • Discuss lexical scope
  • Discuss how a JavaScript library is created and managed
  • Discuss Function object methods