Strings are a fundamental data type used in almost every programming language. They are typically a sequence of characters, used to represent text.
Strings come with various operations you can perform such as concatenation, slicing, searching, etc.
Learn more about String Operations