We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 43e092a + 6da81c5 commit 0e695a4Copy full SHA for 0e695a4
1-js/05-data-types/11-date/6-get-seconds-today/task.md
@@ -2,11 +2,11 @@ importance: 5
2
3
---
4
5
-# How many seconds has passed today?
+# How many seconds have passed today?
6
7
Write a function `getSecondsToday()` that returns the number of seconds from the beginning of today.
8
9
-For instance, if now `10:00 am`, and there was no daylight savings shift, then:
+For instance, if now were `10:00 am`, and there was no daylight savings shift, then:
10
11
```js
12
getSecondsToday() == 36000 // (3600 * 10)
0 commit comments