This article discusses about the data and data types or value and value types in JavaScript. JavaScript recognizes 5 following given values. Values in JavaScript String: “I am Ravi Bhadauria” Number: 25, 25.35, -25.36 Boolean: true or false null: It is a special keyword in JavaScript denotes to a null value Undefined: A value that comes for top level and […]