escaped backslash character on line 22 (#37721)

Previously only showed empty parentheses.
This commit is contained in:
David Carlson
2019-11-08 23:25:48 -05:00
committed by Randell Dawson
parent 00914be3e8
commit bdae7343bb

View File

@ -19,7 +19,7 @@ const quoteInString = "Groucho Marx once said 'Quote me as saying I was mis-quot
const uhOhGroucho = 'I've had a perfectly wonderful evening, but this wasn't it.';
```
Of course, it is okay to use only one style of quotes. You can escape the quotes inside the string by using the backslash (\) escape character:
Of course, it is okay to use only one style of quotes. You can escape the quotes inside the string by using the backslash (<code>\\</code>) escape character:
```js
// Correct use of same quotes: