There was an error while loading. Please reload this page.
1 parent 076f588 commit 16a83e6Copy full SHA for 16a83e6
1 file changed
Sprint-2/2-mandatory-errors/2.js
@@ -1,5 +1,5 @@
1
// Currently trying to print the string "I was born in Bolton" but it isn't working...
2
// what's the error ?
3
-
4
-console.log(`I was born in ${cityOfBirth}`);
5
const cityOfBirth = "Bolton";
+console.log(`I was born in ${cityOfBirth}`);
+
0 commit comments