string

Term side of the Card
Topic: Data Types
Unit title: string
Categories: Data type
Explanation side of the Card

Explanation: The primitive data type that represents textual data. Strings are sequences of characters enclosed in single quotes, double quotes or backticks. They can include letters, numbers and symbols. Strings are immutable, meaning once created, their content cannot be changed, but new strings can be created through various methods and operations.

Edit on GitHubContributions in our content repository are 🤗 welcome from everyone.Link leads to the Contributions guidelines on GitHubLink leads to the content repository on GitHub