Skip to content

Commit cc7acf9

Browse files
committed
update- Rename clock time variables starting with numbers
1 parent a57dcc9 commit cc7acf9

1 file changed

Lines changed: 4 additions & 3 deletions

File tree

  • Sprint-2/2-mandatory-errors

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

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
1-
const 12HourClockTime = "8:53pm";
2-
const 24hourClockTime = "20:53";
1+
//const 12HourClockTime = "8:53pm";
2+
//const 24hourClockTime = "20:53";
33

44
const ClockTime12Hour = "8:53pm";
5-
const ClockTime24Hour = "20:53";
5+
const ClockTime24Hour = "20:53";
6+
console.log(ClockTime24Hour,ClockTime12Hour);

0 commit comments

Comments
 (0)