CSci 4651 Lab 5: Javascript prototype inheritance.

Due Friday, April 29th at 11:59pm (by e-mail)

Work in pairs or groups of three on this lab.

Resources:

You will be running Javascript in a browser, as shown in the in-class example (see the page source code). Use Ctrl-Shift-I in Chrome to open Javascript console (click on the console tab). Use console.log to write to the console, do not use document.write. The console will also display errors (if any).

Lab task (25 points)

Please explore the following topics, answer the questions below, and submit the code that you wrote in order to answer these questions. Use the above resources.

CSci 4651 course web site.