Make the following JavaScript modifications using clearInterval() and setInterval() where appropriate:
Make the following JavaScript modifications using clearInterval() and setInterval() where appropriate: Problem Description: Make the following JavaScript modifications using clearInterval() and setInterval() where appropriate: In startAnimation(), add an if statement that stops the timer with the ID timerId if timerId is not null. After the if statement in startAnimation() that stops the timer, start a … Read more