R.allPass is returning false for this case ``` var plusEq = function(w, x, y, z) {return w + x === y + z; }; console.log(R.allPass([plusEq])(3,3,3,3)) ``` output: `false`
R.allPass is returning false for this case
output:
false