KKKanhaiya Kumarinkanhaiyakumar.hashnode.devยทFeb 5, 2022 ยท 4 min readArrow Functions v/s Regular FunctionsLet 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...00
KKKanhaiya Kumarinkanhaiyakumar.hashnode.devยทJan 30, 2022 ยท 2 min readFunction Composition and PipeSuppose we have two functions and we want to call these functions to get result by calling these two functions. A situation like this. Seems like a lot of code right. Suppose we have to call more than 5 functions to get a result it would take a whol...00