Skip to main content

2 docs tagged with "string data type"

View All Tags

JavaScript Data Types

There are eight basic data types in JavaScript including Number, String, Boolean, BigInt, Null, Undefined, Object, and Symbol. JS Frontend Interview Questions

String Data Type

The string data type is a primitive data type that is used to represent text. In JavaScript, is there a data type for a single character? Interview Answers