Arrow Functions v/s Regular Functions
Let us quickly understand first what is a function?
A function is a "subprogram" that can be called by code external (or internal in the case of the recursion) to the function. Like the program itself, a function is composed of a sequence of stateme...
kanhaiyakumar.hashnode.dev4 min read