Understanding Variable and Data Types in JavaScript
A variable is like a storage box where we store a data in place of groceries
let num=10
In this article we will discuss following topics:
How to declare variable using var, let and const
Primitiv
pranjaljaiswal.hashnode.dev3 min read