You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
/*Reduce Methodd reduces the array to a single value using 2 variable parameter
accumulator and element accumlator term often used in context of functional programming and array manipulation it refers to variable that is used to accumulate or gather values while iterating over an array or a collection and this variable is updated or modified in each iteration by applying certain condition */