bocoup - Programming with Javascript

Concepts Covered

Setup Instructions

  1. Download the class folder and place it on your Desktop.
    Unzip the file by double-clickling it.
  2. Open your terminal and navigate to inside the class folder.
    If you are on a Mac, type cd ~/Desktop/class-folder
  3. In your terminal, type npm install.
  4. In your terminal, type npm install -g grunt-cli.
  5. Start auto-reloading web-server for your exercise by typing grunt into your terminal.
  6. Open http://localhost:8000 or http://localhost:8000/test in your browser.

Exercises

Learning Objectives

Values and Variables

Arithmetic Operators and the Math Object

Strings

Arrays

Control Flow

Functions

Browser and DOM Manipulation