Skip to content

Commit 587429d

Browse files
changes variables initial description from numbers to letters.
1 parent ef076e0 commit 587429d

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 TwelveHourClockTime = "20:53";
2+
const TwentyfourHourClockTime = "08:53";
3+
//The errors in the code were that variables can't start with numbers.

0 commit comments

Comments
 (0)