Skip to content

Commit ac4294e

Browse files
committed
I want to work on this more,I will also ask when I go for the class
1 parent 18135db commit ac4294e

File tree

1 file changed

+3
-2
lines changed
  • Sprint-1/2-mandatory-errors

1 file changed

+3
-2
lines changed

Sprint-1/2-mandatory-errors/4.js

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
1-
const 12HourClockTime = "20:53";
2-
const 24hourClockTime = "08:53";
1+
const time24h = "20:53";
2+
const time12h = "08:53";
3+
let time = "20:53"

0 commit comments

Comments
 (0)