Can an Angular JavaScript reduce method be used to find a moving average
Would like to convert my current Angular reduce function below to calculate a moving average based on a period of every ~2-3 items. Is this possible to do w/ a standard Angular Reduce function? This is what I currently have…