0
What is the output of the following code? function magic(...nums) { let sum = 0; nums.filter(n => n % 2 == 0).map(el => sum+
arguments object
3 Antworten
+ 1
The Answer is 12
0
seems unfinished, why dont you try to run the progrsm youself ? sololearn has codeplayground.
you can ask if you have a doubt or need the explaination from the output you get.
0
I hate Javascript 🙁