Skip to content

Latest commit

 

History

History
49 lines (42 loc) · 1.37 KB

README.md

File metadata and controls

49 lines (42 loc) · 1.37 KB

Table of Contents

Day 06 - JavaScript Introduction

Topics

  • Homework Review

    • Everyone did mobile first! Great job!
  • Homework rules

    • submission template, url = github
    • submission deadline = midnight the night before
  • JavaScript Introduction

    • The JavaScript interpreter
    • Turning problems into code / inputs & outputs
  • Bi-weekly assessment

  • console

  • strings

  • Saying Hello

    • variables
    • prompt
    • console.log
  • Counting the Number of Characters

    • .length
  • Printing Quotes

    • escape character
  • Area of a Rectangular Room

    • numbers
    • converting types
    • mathematical operators
  • Legal Driving Age

    • booleans
    • logical operators
    • if statements

Notes

Code

Code we wrote in class today

Assignments

  1. Mad Lib
  2. Retirement Calculator
  3. Paint Calculator

Resources