Skip to content

Instantly share code, notes, and snippets.

@Abhishek12345679
Last active January 17, 2022 14:56
Show Gist options
  • Save Abhishek12345679/33382737f1390a43a4498d4242acd435 to your computer and use it in GitHub Desktop.
Save Abhishek12345679/33382737f1390a43a4498d4242acd435 to your computer and use it in GitHub Desktop.
daysofTheWeek
const DaysOfTheWeek = [
"Sunday",
"Monday",
"Tuesday",
"Wednesday",
"Thursday",
"Friday",
"Saturday",
];
const ShortDaysOfTheWeek = ["Sun", "Mon", "Tues", "Wed", "Thurs", "Fri", "Sat"];
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment