Recalling JavaScript Concepts for React!!
In this blog, we will be recalling the JavaScript Concepts which every developer should know to start with REACT.
let, var, and const:
These are some important keywords that are used to declare a variable in JavaScript. var had been used in ES5 earl...
codingadda.hashnode.dev7 min read