JavaScript Data types
In JavaScript, there are 8 data types: 1. String2. Number3. Bigint4. Boolean5. Undefined6. Null7. Symbol8. Object Before beginning with data types we have to know about What is a data type? The data type defines the type of data that can be stored in...
May 14, 20235 min read3


