Which function is used to clear the timer value?
Which function is used to clear the timer value? Correct Answer clearTimeout()
The clearTimeout() method clears a timer set with the setTimeout() method. The ID value returned by setTimeout() is used as the parameter for the clearTimeout() method.
মোঃ আরিফুল ইসলাম
Feb 20, 2025