Update String.md

This commit is contained in:
Angelos Chalaris
2018-07-18 19:52:58 +03:00
committed by GitHub
parent 72b79bddcb
commit 1f641e3d71

View File

@ -1,4 +1,4 @@
### String
String is one of the primitive values in JavaScript.
String is a sequence of characters used to represent text.
Strings are one of the primitive data types in JavaScript.
They are sequences of characters and are used to represent text.