You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

9 lines
300 B

4 years ago
## Bloody Sunday
### Instructions
Let's get rid of Sundays, by removing them from the calendar. So now a week is only 6 days in length, from `"Monday"` to `"Saturday"`.
4 years ago
Create a function named `bloodySunday` which accepts a `Date`, and returns teh weekday as a `string`.
4 years ago
> 01/01/0001 is a Monday.