From 1f641e3d71abd015085b1323f2c19b7cfe0fc618 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.