escaped backslash character on line 22 (#37721)
Previously only showed empty parentheses.
This commit is contained in:
		
				
					committed by
					
						
						Randell Dawson
					
				
			
			
				
	
			
			
			
						parent
						
							00914be3e8
						
					
				
				
					commit
					bdae7343bb
				
			@@ -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:
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user