diff --git a/glossary/String.md b/glossary/String.md new file mode 100644 index 000000000..2e9b2452a --- /dev/null +++ b/glossary/String.md @@ -0,0 +1,4 @@ +### String + +String is one of the primitive values in JavaScript. +String is a sequence of characters used to represent text.