let hour = 18;
if(hour<10){
    cosole.log("Good Morning");
}else if(hour<15){
    console.log("Good Afternoon");
}else{
    console.log("Good Night");
}

Embed on website

To embed this project on your website, copy the following code and paste it into your website's HTML: