JS Coding Questions Logo
JS Coding Questions
#224💼 Interview

What are primitive data types

Advertisement

728x90

A primitive data type is data that has a primitive value (which has no properties or methods). There are 7 types of primitive data types.

1. string

2. number

3. boolean

4. null

5. undefined

6. bigint

7. symbol

Advertisement

Responsive Ad
🎯 Practice NowRelated Challenge

JavaScript Coding Exercise 54

Test your knowledge with this interactive coding challenge.

Start Coding

Advertisement

728x90
224of476