Open
Description
Describe the bug
For the question Array Method Binding, an incorrect answer is set to correct answer.
Expected behavior
The expected output is
1
2
3
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:
- 123
- abc
- An error is thrown
- Something else
Metadata
Metadata
Assignees
Labels
No labels