Skip to content

Commit 1c283ce

Browse files
authored
Update README.md
fixed comment on first example
1 parent 1a0b596 commit 1c283ce

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ Template literals are string literals allowing embedded expressions.
6060
```js
6161
// String Substitution
6262
let name = `Abhinav Sharma`;
63-
console.log(`Hi, ${name}`); // Output: "Abhinav Sharma"
63+
console.log(`Hi, ${name}`); // Output: "Hi, Abhinav Sharma"
6464

6565
// Multiline String
6666
let msg = `Hello \n

0 commit comments

Comments
 (0)