The basics Of JavaScript: Variables and Data types
What is JavaScript?
JavaScript is a dynamic programming language widely used for web development, enabling the creation interactive and dynamic web pages.
Variables in JS
Variables are named memory location used to store data. We can think of variabl...
kossblogs.hashnode.dev2 min read