What is the resulting number generated by executing the following command?
echo '[-2, 10, 5, -4, 3, 6]' | jq 'map(select(. % 2 == 0) | . * .) | add'What is the resulting number generated by executing the following command?
echo '[-2, 10, 5, -4, 3, 6]' | jq 'map(select(. % 2 == 0) | . * .) | add'Create a free account to access the full topic