We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8b934c0 commit c4c751fCopy full SHA for c4c751f
Sprint-1/2-mandatory-errors/4.js
@@ -1,6 +1,3 @@
1
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
+
4
const _24hourClockTime = "08:53"; // identifier can not begin with a number
5
6
-const $24hourClockTime = "08:53"; // or any change that makes the identifier not stating with digit
0 commit comments