Update String.md

This commit is contained in:
Angelos Chalaris
2018-07-18 19:52:58 +03:00
committed by GitHub
parent 9063b57d49
commit 041e055680

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.