Describe the bug
For the question Array Method Binding, an incorrect answer is set to correct answer.
Expected behavior
The expected output is
And since it is not an option, the right answer should be Something else.
Possible update:
Change the question to:
const reduce = ['a', 'b', 'c'].reduce.bind([1, 2, 3]);
reduce((acc, cur) => acc + cur, '');
The options being: