Understanding Variables and Data Types in JavaScript
1) Ways to declare variables (scope & mutability)
variable save in memory and we can use whenever we want to use. JavaScript has three keywords to declare variables, each with different behavior:
let
javascript-blog1.hashnode.dev3 min read