JavaScript Data Types
JavaScript is a loosely typed and dynamic language. In JavaScript you don’t need to specify type of the variable because it is dynamically used by JavaScript engine. JavaScript automatically determines the variables’ data type … Read more