Skip to main content

2 docs tagged with "String Concatenation"

View All Tags

String Data Types in JavaScript

What is the string data type in JavaScript? Learn about the string data type in JavaScript, including how to create a string, escape characters, string length, string methods, and template literals.

String Operator in JavaScript

What is the string operator in JavaScript? Learn about the types of string operators in JavaScript, including string concatenation operator, implicit type conversion, string concatenation with assignment, and string concatenation with template literals.