Arrow Function in Javascript : A simpler Way to Write Function
Introduction
Function is a reusable block of code that perform a specific task. In javascript , there are several way to create a function in which one is arrow function that is modern and shorter way
chaudhary-web-dev.hashnode.dev3 min read