JavaScript Arrow Functions: A Simpler Way to Write Functions
What are Arrow Functions?
An arrow function is basically a more compact version of a regular function. It uses a special symbol => (which looks like an arrow) to connect the input to the code that run
maiamansingh.hashnode.dev3 min read