While working on some Codewars’ coding challenges, I came across this problem: Calculating with Functions, very straight forward for a javascript challenge. Requirements are the following: There must be a function for each number between 0–9, a function for every mathematical operation, each calculation consist of one operation and two…