CSCI 178— JavaScript notes and lab

Readings

This is far far far more than you need for CSCI 178.

Doing something

Go to the lab.

Getting the starter files

Again, start by downloading a ZIPed copy of HTML, CSS, and jQuery-based JavaScript files and store it on your Desktop.

Again up Brackets and connect to the unZIPed directory, which should be called jqlab_178_lab. Look at the three files are which very similar to those you sane in the plain JavaScript lab.

Doing something

Here are some tasks that will make an obnoxious web page. They are the same as you used in the previous lab. See if you can do some of them.

Closures in JavaScript

JavaScript has a rather odd feature called function closures. You can download an implementation of this page using closures. It is very hard to read.