From c96257b01aeb2fac0a347c5876f92dec34a82549 Mon Sep 17 00:00:00 2001 From: davhojt Date: Sun, 15 May 2022 15:48:45 +0300 Subject: [PATCH] docs(bloody-sunday): correct grammar --- subjects/bloody-sunday/README.md | 12 +++--------- 1 file changed, 3 insertions(+), 9 deletions(-) diff --git a/subjects/bloody-sunday/README.md b/subjects/bloody-sunday/README.md index 81e5f7c5..004bca26 100644 --- a/subjects/bloody-sunday/README.md +++ b/subjects/bloody-sunday/README.md @@ -1,14 +1,8 @@ ## 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"`. -You were missioned to make the world more productive. -Your solution ? no more sundays, -you are ask to remove them from the existing calendar. +Create a function named `bloodySunday` which accepts a `Date`, and returns teh weekday as a `string`. -So now, a week is 6 days from monday to saturday. - -To prove your point, create a `bloodySunday` function -that return what week day the given date is. - -> note that the 01/01/0001 is still a monday. +> 01/01/0001 is a Monday.