Files
30-seconds-of-code/glossary/String.md
Angelos Chalaris 041e055680 Update String.md
2018-07-18 19:52:58 +03:00

136 B

String

Strings are one of the primitive data types in JavaScript. They are sequences of characters and are used to represent text.