0 votes
in JavaScript by
What data types do JavaScript support?

1 Answer

0 votes
by

There are a few data types that JavaScript supports, which are:

  1. Boolean
  2. Null
  3. String
  4. Undefined
  5. Symbol
  6. Object
  7. Number

Related questions

+1 vote
asked Dec 4, 2019 in JavaScript by SakshiSharma
0 votes
asked Oct 13, 2020 in JAVA by SakshiSharma
...