ARROW FUNCTIONS AND REGULAR FUNCTIONS
Firstly lets start by getting to know what a function is.
A function can simply be seen as a block of code written to perform specific task. And in javascript we two (2) in which functions can be written:
Arrow functions.
Regular functions.
Le...
sowlomon.hashnode.dev2 min read