Added greetings comments

This commit is contained in:
Rod 2020-08-14 12:33:18 -05:00
parent 7eb4863d6c
commit c65f1b8b4a

View File

@ -1,7 +1,8 @@
var today = new Date();
var Hr = today.getHours();
// You can change your name here
var name = 'Mike';
// Here you can change the greetings and your name
var name = '[Name]';
var lateTxt = 'Go to Sleep! ';
var morningTxt = 'Good morning! ';
var afterTxt = 'Good afternoon ';