From e859034801591a80f24912d4304d319a1893f12b Mon Sep 17 00:00:00 2001 From: Louis Jolly Date: Mon, 2 Nov 2020 18:12:04 +0100 Subject: [PATCH 1/2] Update addNewEvent.js --- js/addNewEvent.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/js/addNewEvent.js b/js/addNewEvent.js index a9d93bf..65fd57d 100644 --- a/js/addNewEvent.js +++ b/js/addNewEvent.js @@ -9,9 +9,9 @@ const // Format: YYYY (2020) year = 2020, // Format: MM (09) or M (9), both are valid -month = 10, +month = 11, // Format: DD (09) or D (9), both are valid -day = 13 +day = 10 // Format: 0 - 24 / 5 == 5 AM / 17 == 5 PM hour = 10, // Format: MM (09) or M (9), both are valid @@ -21,4 +21,4 @@ minute = 00; * UPDATE UPCOMING EVENT NAME * -------------------------- */ -const eventName = 'Apple iPhone 12 Launch Event'; +const eventName = 'One More Thing'; From 8a40f6f5758d230bd04b766145836e8f8da88d5d Mon Sep 17 00:00:00 2001 From: Louis Jolly Date: Mon, 2 Nov 2020 18:14:33 +0100 Subject: [PATCH 2/2] Fix case --- js/addNewEvent.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/js/addNewEvent.js b/js/addNewEvent.js index 65fd57d..b5c9d01 100644 --- a/js/addNewEvent.js +++ b/js/addNewEvent.js @@ -21,4 +21,4 @@ minute = 00; * UPDATE UPCOMING EVENT NAME * -------------------------- */ -const eventName = 'One More Thing'; +const eventName = 'One more thing';