8 lines
160 B
Markdown
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.
|