From 0b127645ee706a237d204cda4ad14d1fd8b5d8f4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Stefan=20Feje=C5=A1?= Date: Wed, 18 Jul 2018 11:07:22 +0200 Subject: [PATCH] add glossary/String --- glossary/String.md | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 glossary/String.md 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.