I did not include an if statement in the function yet it gives me an error of if statement
Function :
export const oneWillDo = (x, y, z) => x | | y | | z
Error message:
oneWillDo should NOT contain ANY if statements
The results in the solution.js are correct