Match the list

Report a typo

Match the code snippet with the correct output.

Match the items from left and right columns
Array.of(34, 56);
Array.from(34, 56);
Array.from([34, 56], x % 2);
Array.of();
[34, 56]
SyntaxError
TypeError
[ ]
___

Create a free account to access the full topic