Skip to content

Latest commit

 

History

History
29 lines (16 loc) · 525 Bytes

File metadata and controls

29 lines (16 loc) · 525 Bytes

Lesson Plan JavaScript1 Week 3

Agenda

The purpose of this class is to introduce to the student:

  • What is a function (ES5 only)
  • Wat is scope (global, functional, block)
  • How to combine variables, loops & functions

Core concepts

FIRST HALF (12.00 - 13.30)

  1. Q&A about last week's concepts & homework

  2. What is a function (ES5 only)

Do Exercise

SECOND HALF (14.00 - 16.00)

  1. Wat is scope (global, functional, block)

Show examples

  1. How to combine variables, loops & functions

Do Exercise