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 772f314 commit c1a8dc6Copy full SHA for c1a8dc6
1 file changed
Sprint-1/2-mandatory-errors/2.js
@@ -1,9 +1,9 @@
1
-// Currently trying to print the string "I was born in Bolton" but it isn't working... //
2
-// what's the error ? //
+// Currently trying to print the string "I was born in Bolton" but it isn't working...
+// what's the error ?
3
4
const cityOfBirth = "Bolton";
5
console.log(`I was born in ${cityOfBirth}`);
6
7
8
-// The variable const cityOfBirth = "Bolton"; needs to be declared at first. //
9
-// As it is not declared, JavaScript cannot find out the variable cityofBirth in console.log. //
+// The variable const cityOfBirth = "Bolton"; needs to be declared at first.
+// As it is not declared, JavaScript cannot find out the variable cityofBirth in console.log.
0 commit comments