Data Types In JavaScript | JavaScript Boolean Data Type
Hey guys! In this video, you'll learn everything related to data types in JavaScript. We initially have two types of data in JavaScript, Primitive and non-primitive. Primitive data types are the basic data types already built in JavaScript. While non-primitive data types are Objects or references. We'll only discuss the primitive data types for now and cover the objects in the upcoming video.
Hey guys! In this video, you'll learn everything related to data types in JavaScript. We initially have two types of data in JavaScript, Primitive and non-primitive. Primitive data types are the basic data types already built in JavaScript. While non-primitive data types are Objects or references. We'll only discuss the primitive data types for now and cover the objects in the upcoming video.