AKAbhishek Kumarinkabhishek.hashnode.dev·Apr 16, 2024 · 3 min readReact Functional ComponentIn the realm of modern web development, React stands as a cornerstone framework, empowering developers to craft dynamic and interactive user interfaces with ease. Central to React's evolution are functional components and hooks, two powerful features...00
AKAbhishek Kumarinkabhishek.hashnode.dev·Apr 16, 2024 · 1 min readJavaScriptVariables A variable is a “named storage” for data. We can use variables to store goodies, visitors, and other data. There are 3 ways to store a variable using var, let and const. Data types Primitive values Dynamic and weak typing. JavaScript is a...00