Tag: Data Types
JavaScript Type Coercion or Type Conversion
Type coercion or Type Conversion is the way by which we can convert one type of primitive data type to another primitive data type. As we discuss in the data type article we have discussed that we have…
Read More »JavaScript Arrays
The primitive variable just stores one value. A lot of time it’s very difficult to manage multiple variables so to avoid this problem we need storage to store multiple elements inside one variable. So basically javascript array is…
Read More »