I am afraid no. It is about the automatic tests and not the ones under control during programming.
There seems to be a bug for the Javascript-version. The following test case I randomly got is wrong, apparently: assert.deepEqual(symmetricPoint([340, -634], [162, 809]), [340, -634]); Could you check please?
This comment is hidden because it contains spoiler information about the solution
Description says: the numbers are in the range (1 ≤ a, b, c ≤ 10).
Loading collection data...
I am afraid no. It is about the automatic tests and not the ones under control during programming.
There seems to be a bug for the Javascript-version. The following test case I randomly got is wrong, apparently:
assert.deepEqual(symmetricPoint([340, -634], [162, 809]), [340, -634]);
Could you check please?
This comment is hidden because it contains spoiler information about the solution
Description says: the numbers are in the range (1 ≤ a, b, c ≤ 10).