#functions
Read more stories on Hashnode
Articles with this tag
We use the map function to loop through our data and map pieces of data to reusable components. This article will teach you how to map, filter, and...
Arrow functions In javaScript. That is a different syntax for writing Javascript functions. function myFunc(){ //code here } A typical javascript...