Computer Science, asked by riteshjadhav2132004, 5 months ago

what is a data type write the types of data used in javascript​

Answers

Answered by rohanjhajhria7878
3

Data are characteristics or information, usually numerical, that are collected through observation. In a more technical sense, data are a set of values of qualitative or quantitative variables about one or more persons or objects, while a datum is a single value of a single variable.

There are 8 basic data types in JavaScript.

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

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 .

i hope it is helpful for you

please give me brinelist answer and follow me

thanks = thanks

Answered by aaizaareej59
0

Answer:

JavaScript primitive data types

Data Type

Strinlg.

.Number

boolean

undefined

Similar questions