We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 1a0b596 + 1c283ce commit 1957f15Copy full SHA for 1957f15
README.md
@@ -60,7 +60,7 @@ Template literals are string literals allowing embedded expressions.
60
```js
61
// String Substitution
62
let name = `Abhinav Sharma`;
63
-console.log(`Hi, ${name}`); // Output: "Abhinav Sharma"
+console.log(`Hi, ${name}`); // Output: "Hi, Abhinav Sharma"
64
65
// Multiline String
66
let msg = `Hello \n
0 commit comments