Help with Pomodoro Clock pause feature

Hello,

I got my timer to start but I can’t get my timer to pause or reset. Is there a way to stop the stopTimer function that I created?

I tried startTimer().stop();
clearInterval(timeIntervalID);

But I don’t think I am using it right.

Thank You.

Thank you for your feedback.