Skip to content
This repository was archived by the owner on Oct 17, 2022. It is now read-only.

Latest commit

 

History

History
42 lines (35 loc) · 1.07 KB

File metadata and controls

42 lines (35 loc) · 1.07 KB

JavaScript

  1. Unit Outline
  2. Unit Outcome
  3. Unit Lesson Plans

Unit Outline

  • Introduction to JavaScript
    • What is JavaScript and what is it used for?
    • Console log statements
    • Declare variables, and understand the different types of variables
    • Declare functions
  • Conditional Logic, Loops, Arrays, Expressions, Operators
    • Using if Statements
    • Using Loops
      • While and For/Foreach loops
    • Creating Arrays
    • Comparisons (>, == etc)
    • Not Operator (!)
  • Functions
  • The DOM
  • ES6
  • Developer Tools for JS

Unit Outcome

  • Have an understanding of the following concepts in JavaScript
    • Variables
    • Objects
    • Statements
    • Properties
    • Arrays
    • Functions
    • Statements
  • Update previous website with actions behind their buttons, and upload to GitHub
  • A group project to create an animated interactive timeline

Unit Lesson Plans

For details of what is cover each session of in each lesson plan take a look here