Arrow Functions v/s Regular Functions
Feb 5, 2022 · 4 min read · 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...
Join discussion
