From 00a0b8361239be7489d48276c12d512d5c7ed895 Mon Sep 17 00:00:00 2001 From: evabth <97984540+evabth@users.noreply.github.com> Date: Wed, 21 Jun 2023 18:28:02 -0400 Subject: [PATCH] Update 03_booleans_operators_date.md Minor Grammatical errors in the Date object section. First the word "The" did not have a space separating the period from the previous sentence and the word "it" did not match with the predicate of the subject of the sentence: "Date object" --- 03_Day_Booleans_operators_date/03_booleans_operators_date.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/03_Day_Booleans_operators_date/03_booleans_operators_date.md b/03_Day_Booleans_operators_date/03_booleans_operators_date.md index bb376ae..71250d3 100644 --- a/03_Day_Booleans_operators_date/03_booleans_operators_date.md +++ b/03_Day_Booleans_operators_date/03_booleans_operators_date.md @@ -381,7 +381,7 @@ These are not all the window methods we will have a separate section to go deep ## Date Object -Time is an important thing. We like to know the time a certain activity or event. In JavaScript current time and date is created using JavaScript Date Object. The object we create using Date object provides many methods to work with date and time.The methods we use to get date and time information from a date object values are started with a word _get_ because it provide the information. +Time is an important thing. We like to know the time a certain activity or event. In JavaScript current time and date is created using JavaScript Date Object. The object we create using Date object provides many methods to work with date and time. The methods we use to get date and time information from a date object values are started with a word _get_ because it provides the information. _getFullYear(), getMonth(), getDate(), getDay(), getHours(), getMinutes, getSeconds(), getMilliseconds(), getTime(), getDay()_ ![Date time Object](../images/date_time_object.png)