Class Workshop by admin | Apr 18, 2024 | 7.Critiquing ideas with digital nature, Learning Objectives | 0 comments const currentTime = new Date(); const currentHour = currentTime.getHours(); if (currentHour < 12) { console.log("Good morning"); } else { console.log("Good afternoon"); } Submit a Comment Cancel replyYour email address will not be published. Required fields are marked *Comment * Name * Email * Website Save my name, email, and website in this browser for the next time I comment.