From 041e0556807b50ab3b22c487bba261f5adcf2853 Mon Sep 17 00:00:00 2001 From: Angelos Chalaris Date: Wed, 18 Jul 2018 19:52:58 +0300 Subject: [PATCH] Update String.md --- glossary/String.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/glossary/String.md b/glossary/String.md index 2e9b2452a..5d5efcbd5 100644 --- a/glossary/String.md +++ b/glossary/String.md @@ -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.