We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1dfa09a commit c120802Copy full SHA for c120802
exercises/concept/appointment-time/.docs/introduction.md
@@ -17,7 +17,7 @@ This exercise focusses on `Date`, which will remain relevant until the end of Ja
17
18
## Creation
19
20
-A `Date` object in an instance of the `Date` class.
+A `Date` object is an instance of the `Date` class.
21
It can be created without passing any arguments to the constructor function.
22
This results in a `Date` object that represents the current date and time:
23
0 commit comments