The test will be like a lab in that you will be provided an explanation of what the page should do,
and then asked to provide the code (HTML, CSS (minimal) and JavaScript/jQuery) to accomplish the
task. The test may be only part of the class time next week.
On your own.
Design a page that compares two employees' salaries. The first makes $100.00 a day. The second's salary starts at
one cent and doubles every day (0.01, 0.02, 0.04, ...). Make a comparison of their cumulative salaries for each
day. These should be displayed dynamically in two side-by-side ordered lists (you can place each list in a
table with one row and two cells -- one list per cell). Your program should stop when the second employee's
cumulative salary exceeds the first's.