Skip to content

Commit f978685

Browse files
committed
4.js syntax error is fixed.
1 parent 421bdf2 commit f978685

File tree

1 file changed

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

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
// correct way is:
88

9-
const.twelveHourClockTime = "20:53";
9+
const twelveHourClockTime = "20:53";
1010
const twentyFourHourClockTime = "08:53";
1111

1212
console.log(`The time in 12-hour format is ${twelveHourClockTime} and in 24-hour format is ${twentyFourHourClockTime}`);

0 commit comments

Comments
 (0)