Make React easier by learning these javascript concepts. — Let’s get this thing straight, React is a library of javascript, which means everything we ever do in React, is all just javascript. All those JSX, hooks, constants, functions, components and everything that makes React so cool is essentially Javascript, just that we do not see it ever since the…