Syntax format for string-function as key-value in objects const math = { "+"(op1, op2) { return op1 + op2; }, };