Data types in JavaScript
JavaScript is loosely typed and dynamic language which means that the datatype of variable need not to be specified because it is dynamically identified by JavaScript engine which is not the case with programming languages like C, C++, Java where the...
pratikbagmare.hashnode.dev5 min read