0
Output of code
What would be the answer of below code? function main(a, b){ alert(arguments[5,7]); } main(5,6,9,8,9,6,5,8,5,6);
2 Answers
+ 8
The code playground is your answer!
+ 1
You could test it out for yourself in the code playground in sololearn.