JavaScript Примитивные типы данных
Primitive Data Types
Primitive data types in JavaScript include:
Numbers - Integers, floats
Strings - Any data under single quote, double quote or backtick quote
Booleans - true or false value
Null - empty value or no value
Undefined - a declared variable without a value
Symbol - A unique value that can be generated by Symbol constructor
polyglot orca