Skip to content

Commit a4496e3

Browse files
solve exec. sprint-1/2-mandatory-errors/4.js
1 parent c1d3745 commit a4496e3

File tree

1 file changed

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

1 file changed

+5
-2
lines changed

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

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,5 @@
1-
const 12HourClockTime = "20:53";
2-
const 24hourClockTime = "08:53";
1+
const ClockTime_12Hour = "20:53";
2+
const ClockTime_24hour = "08:53";
3+
4+
//variable name convention issues...
5+
//variable name should not started a number

0 commit comments

Comments
 (0)