Skip to content

Commit

Permalink
Update files/en-us/web/javascript/reference/regular_expressions/chara…
Browse files Browse the repository at this point in the history
…cter_escape/index.md

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
VincinChristmas and github-actions[bot] authored Jul 14, 2024
1 parent 5826466 commit 0953544
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ console.log(message);
Double Quote (\"): Similarly, use this to include a double quote character within a string that is enclosed in double quotes.
```js
let message = "He said, \"Hello!\"";
let message = 'He said, "Hello!"';
console.log(message);
// Output: He said, "Hello!"
```
Expand Down

0 comments on commit 0953544

Please sign in to comment.