Module 2: Javascript
Overview
In this module, you will learn to make web pages come alive with client-side scripting, specifically using JavaScript. JavaScript, like HTML and CSS, is plain text that is executed in the browser. Therefore, anyone with a web browser can write and test JavaScript scripts without have a specialized web server environment. In this module you will get plenty of hands-on experience writing your own scripts that manipulate the HTML content on your web pages.
Lessons
- Lesson 1: Using Javascript to Show an Alert
- Lesson 2: Javascript Errors and Debugging
- Lesson 3: Building a JavaScript Clock Part 1
- Lesson 4: Building a JavaScript Clock Part 2
- Lesson 5: Using JavaScript to Hide and Show Content
- Lesson 6: Building a Custom Video Player