Computer Science, asked by cenajohn4566, 1 year ago

what are the data types in java script​

Answers

Answered by sandeepkm3666
0

Answer:

There are 7 basic data types in JavaScript.

  • number for numbers of any kind: integer or floating-point.
  • string for strings. ...
  • boolean for true / false .
  • null for unknown values – a standalone type that has a single value null .
  • undefined for unassigned values – a standalone type that has a single value undefined .

Explanation:

Answered by simranrawal
1

Answer:

2 primitive and non primitive and other further classification

Explanation:

Answer is given in the pic

Hope it helps u

Attachments:
Similar questions