function printSomething() { console.log("Belated Hello!"); } setTimeout(printSomething, 5000);
19 / 27