WDV 221 Intro to Javascript
Introduces the student to the concepts of the Javascript programming language and its related logic structures within an Internet browser. Will discuss the concepts of Dynamic HTML, which is the interaction of Javascript, Cascading Style Sheets (CSS), HTML and the Document Object Model. Students will create dynamic forms, change content, and perform client-side, user-driven activities within a web page application.
Homework
- A-1 Create Homework Page
- 1-1: Javascript Introduction
- 2-1: Variables and Data Types
- 3-1: Functions
- 4-1: Functions (& Parameters)
- 6-1: Style Object
- 6-2: Date Object
- 7-1: Random Number Generator
- Skills Test - Function (Did NOT go well)
- 8-1: Operators and Textfields
- 9-1: Compare Names
- 9-2: Compare Numbers
- 10-1: Loops
- 11-1: Sales Tax Lookup
- Skill Test - Form Calculations
- Skill Test - Loops and Conditions
- 12-1: Create JS objects
- Skill Test - Javascript Objects