Skip to content

Commit 4ae83af

Browse files
revert accidental sprint 1 change
1 parent 10a8373 commit 4ae83af

File tree

1 file changed

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

1 file changed

+0
-2
lines changed

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

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,3 @@
33

44
console.log(`I was born in ${cityOfBirth}`);
55
const cityOfBirth = "Bolton";
6-
// The error was a ReferenceError because the variable cityOfBirth was used in
7-
// the console.log before it was declared with const."

0 commit comments

Comments
 (0)