In JavaScript, variables can be declared using three different methods: var, let, and const. In the early days of JavaScript, there was only one way to declare variables and that was using the var keyword. However, there were some issues associated w...
shubhambhoj.hashnode.dev5 min read
No responses yet.