Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR JAVASCRIPT

JavaScript Escape Character

const name = 'My name is 'Peter'.';
console.log(name);

//Here are other ways that you can use :

Code	Output
"	include double quote
	include backslash

	new line

	carriage return
v	vertical tab
		horizontal tab
	backspace
f	form feed
 
PREVIOUS NEXT
Tagged: #JavaScript #Escape #Character
ADD COMMENT
Topic
Name
5+6 =