What are the differ…
 
Notifications
Clear all

What are the different data types present in javascript?

1 Posts
2 Users
0 Likes
157 Views
0
Topic starter

Explain Briefly.

1 Answer
0

JavaScript allows you to work with three primitive data types: numbers, strings of text (known as “strings”), and boolean truth values (known as “booleans”). JavaScript also defines two trivial data types, null and undefined, each of which defines only a single value

Share: