
Welcome to the JavaScript section! Most of these pages and examples are used in the Intro to Web course. Feel free to use any of this information for educational purposes.
Tip! Remember you can view source on any web page to reveal all the JavaScript!
Documents:
Week One -This page has examples of many useful and easy to create javascripts including: Event Handlers like onLoad and onClick, Methods like alert, prompt, and confirm, and statements like document.write
js2 -This page provides three basic concepts and a short vocabulary list.
jsopm -This page provides more detail and examples about the three main parts of javascript: Objects, Properties, and Methods and the Document Object Model
loop -This page has information and examples of JS loops: For and While