wait 2s html code example Example: wait javascript wait(ms) { return new Promise(resolve => setTimeout(resolve, ms)); }