Computer Science, asked by roshanidevi43531, 6 months ago

what are the various data types in java script..? ​

Answers

Answered by samiaiman343
3

Answer:

There are six basic data types in JavaScript which can be divided into three main categories: primitive (or primary), composite (or reference), and special data types. String, Number, andBoolean are primitive data types.Object, Array, and Function (which are all types of objects) are composite data types.

Answered by bafna2005
1

Explanation:

There are 8 basic data types in JavaScript.

number for numbers of any kind: integer or floating-point, integers are limited by ±253.

bigint is for integer numbers of arbitrary length.

string for strings. ...

boolean for true / false .

null for unknown values – a standalone type that has a single value null .

pls mark me as a branliest pls pls pls pls

Similar questions