Advertisement
Guest User

Untitled

a guest
Nov 14th, 2019
122
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.19 KB | None | 0 0
  1. var d = new Date;
  2. var time = d.getHours();
  3.  
  4. if (time <11)
  5. {
  6. alert("Good morning")
  7. }
  8.  
  9. if time (<15)
  10. {
  11. alert("<b> Good afternoon </b>")
  12.  
  13. }
  14.  
  15. if (time <18)
  16. {
  17. prompt("Good day")
  18. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement