JavaScript - setTimeout
setTimeout
What is setTimeout ?
setTimeout() is a JavaScript Function which is utilised to induce a delay in performing a task (Or a set of instructions).
setTimeout does not block subsequent instructions until the statements within it are executed....
sharu.hashnode.dev7 min read