functionWithAFunctionArgument(3, 5, {(x, y) => x + y}) // returns 8