Skip to content

Commit a1fa80e

Browse files
committed
made corrections for single-line comments
1 parent 376bf6e commit a1fa80e

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

  • Sprint-1/2-mandatory-errors

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -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 ?
1+
// Currently trying to print the string "I was born in Bolton" but it isn't working... //
2+
// what's the error ? //
33

44
console.log(`I was born in ${cityOfBirth}`);
55
const cityOfBirth = "Bolton";

0 commit comments

Comments
 (0)