CIS 658

Rails Part 3

Winter 2025

Objective

The main objective of this homework is to use "plain" JavaScript to interact with the DOM.

Do something fun with "plain" JavaScript (no frameworks / no libraries). Create a web page, then add some JavaScript with at least one click listener that modifies the DOM in a non-trivial way. One idea would be to modify a table (sort, filter, etc.). Another would be to implement a simple game. (Something of similar complexity as Tic-Tac-Toe is fine. Tic-tac-toe itself isn't a great choice because there are too many complete examples available online.)

Since it is Spring Break, set a 75 minute time limit. (In other words, you are not required to spend more than 75 minutes on this assignment.)

To submit, simply deploy and email me the URL.


Updated Sunday, 23 February 2025, 2:39 PM

W3c Validation