Greeting by Time A simple JavaScript program that prints a greeting based on the current time. How it works Before 12:00 → Good morning! Between 12:00 and 17:59 → Good afternoon! 18:00 and later → Good evening! Run Make sure you have Node.js installed, then run: node script.js