📄️ String
Learn about the string data type in JavaScript, how to create strings, and common string operations.
📄️ Undefined
Learn about the undefined data type in JavaScript, how to create undefined values, and common operations with undefined values.
📄️ Number
Learn about the number data type in JavaScript, how to create number values, and common operations with number values.
📄️ BigInt
Learn about the BigInt data type in JavaScript, how to create BigInt values, and common operations with BigInt values.
📄️ Boolean
Learn about the Boolean data type in JavaScript, how to create Boolean values, and common operations with Boolean values.
📄️ Null
Learn about the null data type in JavaScript, how to create null values, and common operations with null values.
📄️ Symbol
Learn about the symbol data type in JavaScript, how to create symbols, and common operations with symbols.