setTimeout() ↔ to execute function (or Expression), once after timer expires
References
clearTimeout()↔(identifier: string): voidto clear timer set withsetTimeout()
setTimeout() ↔ to execute function (or Expression), once after timer expiresclearTimeout() ↔ (identifier: string): void to clear timer set with setTimeout()