Files
30-seconds-of-code/glossary/String.md
2019-08-13 11:19:29 +03:00

8 lines
160 B
Markdown

---
title: String
tags: String
---
Strings are one of the primitive data types in JavaScript.
They are sequences of characters and are used to represent text.