Data types in JavaScript
As the name suggests in this piece we are going to discuss different data types in JavaScript.
JavaScript is a loosely typed language i.e. variables can be declared anywhere for example within a loop or conditional statements. It must also be noted ...
divyanshchahar.hashnode.dev4 min read