Javascript useful array functions: map, filter, find and reduce
Hello everyone, I made a small recap of these super useful array functions in JavaScript: map, filter, find, reduce with a simple example.
Simple React DataTable
Build your own data table component with Javascript and React using functional components, React Hooks, JSON objects, and CSS.