What is the method used to stop an execution of a method?
What is the method used to stop an execution of a method? Correct Answer both clearInterval() and clearTimeout()
The clearInterval() method is used to stop further executions of the function specified in the setInterval() method) The clearTimeout() method is used to stop the execution of the function specified in the setTimeout() method.
মোঃ আরিফুল ইসলাম
Feb 20, 2025