Skip to content

Commit 3090d19

Browse files
committed
Comment out the console.log function
1 parent b9f2f51 commit 3090d19

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
@@ -1,7 +1,7 @@
11
// const 12HourClockTime = "20:53";
22
// const 24hourClockTime = "08:53";
33

4-
console.log(12HourClockTime , 24hourClockTime);
4+
// console.log(12HourClockTime , 24hourClockTime);
55

66
// Answer
77
// After running the code, it gave an error message "SyntaxError: Invalid or unexpected token".

0 commit comments

Comments
 (0)