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 6df687f commit 4d95feeCopy full SHA for 4d95fee
Sprint-2/extend/format-time.js
@@ -17,7 +17,7 @@
17
18
19
// time.slice(0, 2): method that return the positions 0 and 1 of the string,
20
-// const hours = Number(time.slice(0, 2)) will convert the substring in numbes to manipulate and perfoms calculations.
+// const hours = Number(time.slice(0, 2)) will convert the substring in numbers to manipulate and performs calculations.
21
22
23
function formatAs12HourClock(time) {
0 commit comments