Skip to content

Commit 3c5ca53

Browse files
updated the logged function
1 parent 8f31dc9 commit 3c5ca53

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • Sprint-2/2-mandatory-errors

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@ const twentyFourHourClockTime = "20:53";
33
// The old version of the variables return a SyntaxError pointing that there is Invalid or unexpected token
44
// For naming the variables we need to use the naming convention which involved not leading the variable name with a number
55

6-
console.log(twelveClockTime);
6+
console.log(twelveHourClockTime);

0 commit comments

Comments
 (0)