Strings
Strings are collections of characters. they are created to store and manipulate text. strings are stored inside of quotes. you can also store symbols and numbers inside strings. a string is a data type.
Example:
let jessePinkman= "yeah bitch!!" //dou...
paarthmane.hashnode.dev2 min read