Question: callback.js file is this. Compulsory Task 1 This task will need you to become familiar with both the setInterval() and the clearinterval() functions, and how

callback.js file is this.

Compulsory Task 1 This task will need you to become familiar with both the setInterval() and the clearinterval() functions, and how they can be used. Resources for setlnterval: - https://developer.mozilla.org/en-US/docs/Web/API/setInterval - https://www.w3schools.com/jsref/met_win_setinterval.asp Resources for clearinterval: - https://developer.mozilla.org/en-US/docs/Web/API/clearInterval - https://www.w3schools.com/jsref/met_win_clearinterval.asp Follow these steps: - Follow the instructions in the callBack.js file that can be found in the CompulsoryTask] folder. - When the start button is clicked, your program should output a number, starting from 1, to the console every 1000ms, incrementing the output by 1 every time. The output should look as follows: - When the stop button is clicked, your program should stop all output to the console
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
