This comment is hidden because it contains spoiler information about the solution
It needs a test case to reject the people who are accidentally returning the value, rather than true/false
true
false
Test.assertSimilar(reject([true, false], function (x) { return !x; }), [false]);
Loading collection data...
This comment is hidden because it contains spoiler information about the solution
It needs a test case to reject the people who are accidentally returning the value, rather than
true
/false