Skip to content

Instantly share code, notes, and snippets.

View edbella's full-sized avatar
🏠
Working from home

Edward Bella edbella

🏠
Working from home
View GitHub Profile
@edbella
edbella / getGreetingByTime.js
Created April 28, 2021 20:10
Returns a specific string that greets based on the time of day
/**
* Assumes you are using dayjs
* Buy ideally you can use any date formatting library or the native JavaScript Date Object Constructor
*/
/**
* Gets the correct greeting time based now
*
* @returns {string} Greeting text
*/