Javascript Data Types and Variable Scope

JavaScript Data Types: JavaScript Data Types are the types of values that can be represented and manipulated by JavaScript. JavaScript Data Types List: 1. Numbers. 2. Strings. 3. Boolean. 4. Null. 5. Undefined. 6. Object. 7. Array. 8. RegExp. JavaScript variables: The variable is the name of a reserved memory location. In JavaScript, the var … Read more