Template: Click this link, and share with mrcodeswildride:
new project Hint: If you're having trouble, look at
exercise set 5.
Hints
For calculating the reaction time, do NOT set an interval. Instead, record when the
page changes color, and record when the user clicks the button. Then do some math to
calculate the reaction time. Use the
Date.now method to get the
current time.