Data Types in javascript
Table of contents
No headings in the article.
JavaScript contains primitive and not primitive data Types
Primitive data Types
1.null
2.number
3.string
4.symbol
5.bigint
6.boolean
7.undefined
Non-primtive data types
1.objects
Note:- array and functions are also object.