"Types of JavaScript"
Huma Meraj
Rising Star Student of GIAIC for AI, Web 3.0 and Metaverse || Type Script || HTML || CSS || Logo Designer || Social Activist || Content writer || Next.js || Python ||
JavaScript has 7 primitive data types:
JavaScript has seven built-in types: null , undefined , boolean , number , string , object , and symbol . They can be identified by the typeof operator. Variables don't have types, but the values in them do. These types define the intrinsic behavior of the values.