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 7a2b695 commit 9d78d99Copy full SHA for 9d78d99
Sprint-1/2-mandatory-errors/4.js
@@ -1,3 +1,6 @@
1
const _12HourClockTime = "20:53"; // identifier can not begin with a number
2
-
+//or
3
+// const twelveHourClockTime = "20:53"; // this would be a valid identifier
4
const _24hourClockTime = "08:53"; // identifier can not begin with a number
5
+// or
6
+// const twentyFourHourClockTime = "08:53"; // this would be a valid identifier
0 commit comments