set Timeout() and clearTimeout() in JavaScript
The setTimeout() method executes a block of code after the specified time. The method executes the code only once.
syntax- setTimeout(function, milliseconds);
The setTimeout()method returns an intervalID , which is a positive integer
function greet()...
mohitstag.hashnode.dev1 min read