Skip to content

Latest commit

 

History

History
34 lines (21 loc) · 1.33 KB

lesson1.md

File metadata and controls

34 lines (21 loc) · 1.33 KB

JavaScript Core 1

Status: Draft

What will we learn today?

  • Hello World
  • Data Types
  • Variables
  • Conditionals: If/else
  • Loops
  • Functions

This class is based on the Node Girls JS Workshop

Resources

  1. Data Types
  2. Comparison Operators
  3. Arithmetic Operators

Homework

  1. The repo that you have forked during this class contains few challenges - solve them in JavaScript!

  2. Follow this course on Khan Academy. It will go through some of the basics that we covered in the class and beyond.

<<<<<<< HEAD 3. Complete the Codecademy Learn JavaScript Path

origin/scotland