Skip to content

Commit c32753d

Browse files
placed the number at the end
1 parent 62fa645 commit c32753d

1 file changed

Lines changed: 6 additions & 3 deletions

File tree

  • Sprint-2/2-mandatory-errors

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

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1-
const 12HourClockTime = "8:53pm";
2-
const 24hourClockTime = "20:53";
3-
/*variable is not start with number show syntaxerror.
1+
const HourClockTime12 = "8:53pm";
2+
const hourClockTime24 = "20:53";
3+
4+
5+
/*variable is not start with number show syntaxerror.*/
6+
// i just move the number at the end.

0 commit comments

Comments
 (0)