Before the Lab
Study for the JavaScript Quiz.
~/cs2613/labs/L15
Do Exercise 1.26.
Convert the interactive demos to pytest tests. You can replace
print
with appending to a list.
def test_sum():
from pytest import approx
assert sum==approx(44671.15,abs=.01)
The second half of the lab will be a quiz on JavaScript