Skip to content

Commit f8be9ec

Browse files
a variable needs to be declared before being initialized
1 parent a4b365b commit f8be9ec

File tree

1 file changed

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

1 file changed

+1
-0
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,3 +3,4 @@
33

44
console.log(`I was born in ${cityOfBirth}`);
55
const cityOfBirth = "Bolton";
6+
//a variable needs to be declared before being initialized

0 commit comments

Comments
 (0)