Types
Name | Definition | Example |
---|---|---|
number | An integer is a number without decimals. | 123 |
string | A string is a sequence of characters used to represent text. | "jicoo" |
object | A data structure with key value pairs. | { "name": "jicoo" } |
array | A data structure with only a list of values separated by a comma. | ["jicoo", 123, 123] |
boolean | A boolean is a type of two possible values representing true or false. | true |
Modified at 2024-03-25 09:42:25