Skip to content

Commit c4c751f

Browse files
committed
formatting using prettier and removing suggestion
1 parent 8b934c0 commit c4c751f

File tree

1 file changed

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

1 file changed

+1
-4
lines changed

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

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,3 @@
11
const _12HourClockTime = "20:53"; // identifier can not begin with a number
2-
// or
3-
const $12HourClockTime = "20:53"; // or any change that makes the identifier not stating with digit
2+
43
const _24hourClockTime = "08:53"; // identifier can not begin with a number
5-
// or
6-
const $24hourClockTime = "08:53"; // or any change that makes the identifier not stating with digit

0 commit comments

Comments
 (0)