CS 133J Programming in Javascript

For the web developer already familiar with (X)HTML and CSS who wants to add interactively, error checking, simple animations and special effects via client-side scripting.

Credits

4

Prerequisite

Prerequisite: CIS 195 Web Development I with a grade of C or better or equivalent experience as determined by a Computer Systems Department advisor.

Offered

Offered Spring only

Notes

Lower Division Transfer (LDT) Course

Outcomes

Upon successful completion of this course, students will be able to:
Demonstrate an understanding of data types, variables, objects and functions in JavaScript. Demonstrate an understanding of control structures in JavaScript. Use JavaScript to access specific page elements via the Document Object Model (DOM). Use JavaScript to add validation to HTML forms. Create custom data types by defining JavaScript classes.