Tuesday, February 3, 2026

Full Stack Development - Class 6 - Javascript Strings

 In JavaScript, a string is a primitive data type used to represent and manipulate a sequence of characters, such as text. Strings are immutable, meaning their content cannot be changed after they are created; any operation that seems to modify a string actually creates a new one.

Creating Strings
Strings can be created using three types of quotes:

No comments:

Post a Comment