We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cb845aa commit e278fddCopy full SHA for e278fdd
array_strings_2.js
@@ -50,3 +50,12 @@ The letter is shifted for as many values as the value of the key.
50
5. Write down a function which will print the number of the rest seconds untill the current day's end.
51
Example: if current time is 23:59:45 function should print 15
52
Example: if current time is 23:50:45 function should print 555
53
+
54
+---------------
55
56
+6. Write down a function which will print week day based on provided day.
57
+Input: "2019/10/14"
58
+Output: "Monday"
59
60
+Input: "2014/09/12"
61
+Output: "Friday"
0 commit comments