mirror of https://github.com/01-edu/public.git
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.
davhojt
c96257b01a
|
2 years ago | |
---|---|---|
.. | ||
README.md | 2 years ago |
README.md
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"
.
Create a function named bloodySunday
which accepts a Date
, and returns teh weekday as a string
.
01/01/0001 is a Monday.