Understanding Variables and data types of JS
Variables and data types are building blocks of a language. Let us define them first
Variables -> it is use to store values, there are mainly 3 ways to store variables in JS, they are:a) var -> varia
jsdatatypes.hashnode.dev10 min read