COURSE SCHEDULE

(Last Revised: November 8, 2018)

Disclaimer: The instructor reserves the right to make changes in the course schedule.

Date
Online Reading / Videos
In Class Exercises / Projects
Aug 16 - Aug 30

Introduction to HTML

Sep 4- Sep 20
Introduction to CSS
Introduction to JavaScript (Sep - Oct)
Sep 25 LESSON OBJECTIVES - JavaScript
  1. JS Introduction
  2. JS Where To
  3. JS Output
  4. JS Statements
  5. JS Comments(// single-line or /* multi-line */)
  6. JS Variables
  7. JS Operators (Arithmetic, Assignment, Precedence)
  8. JS Data Types

 

Go to the W3Schools JavaScriptTutorial website

READ and complete the following IN-CLASS Exercise:

  1. READ the sections in the left column. (Review the Try It Yourself).
  2. Complete the following exercises:
    • JavaScript Variables (Complete Exercises 1 - 5)
    • JavaScript Operators (Complete Exercises 1 - 5)
Sep 27
Oct 2

LESSON OBJECTIVES - JavaScript Output

Complete the following IN-CLASS Exercise:

  1. Write into a HTML element (inHTML.html)
  2. Write out to browser console. (console.html)
  3. Write out to HTML web page (Islands.html)
Oct 4

LESSON OBJECTIVES - JavaScript Functions

  1. JS Functions

Go to the W3Schools JavaScript Tutorial website

Complete the following IN-CLASS Exercise:

  1. Task1, Task2, Task3: Write Functions into a HTML element (functions.html)
Oct 9

LESSON OBJECTIVES - JavaScript

  1. JS Objects
  2. JS Prompt Box
  3. JS Events
  4. JS Conditions

Go to the W3Schools JavaScript Tutorial website

Complete the following IN-CLASS Exercise:

  1. Write Functions into a HTML element (tip.html)
Oct 11
MIDTERM (HTML, CSS, JavaScript)
Oct 16

LESSON OBJECTIVES - JavaScript

  1. JS Comparison Operators
  2. JS Conditions
  3. JS Switch
  4. Which is faster if else or switch?

Go to the W3Schools JavaScript Tutorial website

Mozilla JavaScript Guide

Complete the following IN-CLASS Exercise:

  1. Write Functions into a HTML element (grade.html)
  2. Write Functions into a HTML element (switch.html)
Oct 18

LESSON OBJECTIVES - JavaScript

  1. JS Dates
  2. JS Arrays
  3. JS For Loop
  4. JS While Loop

Go to the W3Schools JavaScript Tutorial website

Complete the following IN-CLASS Exercise:

  1. Modify switch.html to use if statements.
Oct 23

LESSON OBJECTIVES - JavaScript

  1. REVIEW: JS For Loop
  2. REVIEW: JS Operators
  3. REVIEW: JS Comparison / Logical Operators

Complete the following IN-CLASS Exercise:

  1. Write to the HTML document (forloops.html)
Oct 25

LESSON OBJECTIVES - JavaScript

  1. REVIEW: JS Output
  2. REVIEW: JS While Loop

Complete the following IN-CLASS Exercise:

  1. Write to the HTML document (whileloops.html)
  2. Exercise #1 - Use a while loop to Sum up all the numbers from 1 - 10.
  3. Exercises #2 - Use a while loop to Sum up all the even numbers from 1 - 10.
Oct 30

LESSON OBJECTIVES - JavaScript

  1. REVIEW: JS Arrays
  2. JS Arrays_Methods

Go to the W3Schools JavaScript Tutorial website

READ and complete the following IN-CLASS Exercise:

  1. Array Methods: POP( ), PUSH( ), SHIFT( ), UNSHIFT( ), SORT( )
  2. Write into a HTML element (music_array.html)

© 2018 Yvonne C. Flores, Guam Community College