Functions in JS
Functions are an essential part of your tool kit as a React Dev or Dev in general.
We use components that are functional.
We use hooks that nothing but functions that return a certain value.
Unlike function in other programming languages , JavaScript...
kevinsolomon.hashnode.dev3 min read