Skip to content

Commit 80ba22b

Browse files
committed
updateing the line in errors
1 parent 7134015 commit 80ba22b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Sprint-1/errors/4.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
// const 12HourClockTime = "20:53";
22
// const 24hourClockTime = "08:53";
33

4-
// this is given an error because we can no start an variable with number So we can fix moving the number
4+
// this is given an error because we can no start an variable starting naming with number, So we can fix moving the number
55
// in the middle or we can write the number instead declare the integer number
66

77
const hour12ClockTime = "20:53";

0 commit comments

Comments
 (0)