de1b9f3eba
[FIX] wrong comment with getColonTimeFromDate #869
2018-11-03 16:58:20 +05:30
f2e5e26af3
Avoid confusing prototype methods for static methods
...
Correct: `Array.from()` (it’s a static method)
Incorrect: `Array.join()` (doesn’t exist; it’s a prototype method)
This patch uses the common `#` syntax to denote `.prototype.`.
2018-09-28 15:44:12 -04:00
284cd3feb7
Update getColonTimeFromDate.md
2018-02-02 12:57:41 +02:00
875ae8c7ed
Improved getColonTime()
...
Reduced function code to a single line. Uses Date.toTimeString() and String.slice() to select just the colon time from stirng.
2018-01-13 10:16:09 -05:00
aadfd96b09
Fixes to Submitted Functions
...
Fixed formatting of both snippet files.
2018-01-13 10:14:48 -05:00