Skip to content

Commit 6da81c5

Browse files
authored
Update task.md
Fixed minor grammatical errors
1 parent c2d8a8b commit 6da81c5

File tree

1 file changed

+2
-2
lines changed
  • 1-js/05-data-types/11-date/6-get-seconds-today

1 file changed

+2
-2
lines changed

1-js/05-data-types/11-date/6-get-seconds-today/task.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,11 @@ importance: 5
22

33
---
44

5-
# How many seconds has passed today?
5+
# How many seconds have passed today?
66

77
Write a function `getSecondsToday()` that returns the number of seconds from the beginning of today.
88

9-
For instance, if now `10:00 am`, and there was no daylight savings shift, then:
9+
For instance, if now were `10:00 am`, and there was no daylight savings shift, then:
1010

1111
```js
1212
getSecondsToday() == 36000 // (3600 * 10)

0 commit comments

Comments
 (0)