Challenge: Stopwatch

Make it start

In this challenge, you'll turn this webpage into a simple stopwatch. Start by using setInterval to call the countUp function, which should increment the value of the 'seconds' span by 1 each second.