// Run anonymous function after 5,000 milliseconds (5 seconds) setTimeout(() => { // Run code }, 5000);