Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/main'
Browse files Browse the repository at this point in the history
  • Loading branch information
wishrohitv committed Jan 16, 2024
2 parents 5b39034 + 9e4fc0d commit be3b97f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions index.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,10 @@ function called() {
if (timestamp >= 0 && timestamp < 12){
greting_user = "Good Morning🤩";
}
else if (timestamp >=12 && timestamp < 19){
else if (timestamp >=12 && timestamp < 16){
greting_user = "Good AfterNoon🥰"
}
else if (timestamp >=19 && timestamp < 24){
else if (timestamp >=16 && timestamp < 19){
greting_user = "Good Evening😎"
}
else if (timestamp >=24){
Expand Down

0 comments on commit be3b97f

Please sign in to comment.