Skip to content

Commit d7dbde9

Browse files
committed
add description
1 parent b0a3afc commit d7dbde9

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
@@ -1,5 +1,6 @@
11
// Currently trying to print the string "I was born in Bolton" but it isn't working...
22
// what's the error ?
3+
// we should put variable declaration first then print out as JS languages rules, can not write the other way around
34

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

0 commit comments

Comments
 (0)