View Single Post
Old 03-14-2019, 06:27 AM   #2
adityadev
Registered User
 
Join Date: Jul 2017
Posts: 86
In JavaScript there are two different kinds of data: primitives, and objects. A primitive is simply a data type that is not an object, and has no methods. In JS, there are six primitive data types: Boolean
__________________

To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
|
To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
|
To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.

Last edited by adityadev; 03-14-2019 at 06:33 AM..
adityadev is offline   Reply With Quote