Class 07 ‐ JavaScript Introduction - lenincompres/ima-front-end-web GitHub Wiki

Part 1

Intro to Javascript: The Javascript Way Chapters 1 - 5 or Eloquent Javascript Complete the exercises as you go using codepen

  • Values
  • Variables
  • Conditions
  • Loops
  • Functions

Part 2

Objects:

  • Key/Value pairs
  • Adding functions
  • In-class exercise: Bank accounts

Arrays:

HOMEWORK

  • In The Javascript Way, review Chapters 6 - 7 - 8. Complete the exercises and submit them via a code pen link.