Skip to content

Commit 2ccda70

Browse files
Update
Co-authored-by: Jerald Vinfrank <46400789+JeraldVin@users.noreply.github.com>
1 parent 31fd83b commit 2ccda70

File tree

1 file changed

+1
-1
lines changed
  • 1-js/05-data-types/11-date/7-get-seconds-to-tomorrow

1 file changed

+1
-1
lines changed

1-js/05-data-types/11-date/7-get-seconds-to-tomorrow/solution.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
To get the number of milliseconds till tomorrow, we can substract the current date from "tomorrow 00:00:00".
1+
To get the number of milliseconds till tomorrow, we can subtract the current date from "tomorrow 00:00:00".
22

33
First, we generate that "tomorrow", and then do it:
44

0 commit comments

Comments
 (0)