We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ddeca87 commit c787f5fCopy full SHA for c787f5f
1-js/05-data-types/11-date/7-get-seconds-to-tomorrow/solution.md
@@ -1,4 +1,4 @@
1
-To get the number of milliseconds till tomorrow, we can from "tomorrow 00:00:00" substract the current date.
+To get the number of milliseconds till tomorrow, we can substract the current date from "tomorrow 00:00:00".
2
3
First, we generate that "tomorrow", and then do it:
4
0 commit comments