Skip to content

Commit c787f5f

Browse files
committed
task 7 solution
1 parent ddeca87 commit c787f5f

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 from "tomorrow 00:00:00" substract the current date.
1+
To get the number of milliseconds till tomorrow, we can substract 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)