We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8b1f048 commit e1e04e8Copy full SHA for e1e04e8
Sprint-1/2-mandatory-errors/2.js
@@ -3,3 +3,5 @@
3
4
console.log(`I was born in ${cityOfBirth}`);
5
const cityOfBirth = "Bolton";
6
+
7
+// The error is that we are trying to use the variable cityOfBirth before it has been declared and assigned a value.
0 commit comments