JavaScript concepts for React JS ⚛️
Introduction
In this blog, we will see the important JavaScript concepts before jumping into ReactJS.
1. Variable declaration
The variables can be declared using var, let and const keywords.
var: Once a variable is declared using the ‘var’ keyword, i...
rupard.hashnode.dev4 min read