Skip to content

Commit f56c69c

Browse files
committed
Complete percentage change interpretation
1 parent 8ca06db commit f56c69c

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

  • Sprint-2/2-mandatory-errors

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

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,4 @@
11
const 12HourClockTime = "8:53pm";
2-
const 24hourClockTime = "20:53";
2+
//const 24hourClockTime = "20:53";
3+
// I predict the code will give an error because a variable name cannot start with a number.
4+
const twelveHourClockTime = "8:53pm";

0 commit comments

Comments
 (0)