+ 2
function ready(){ console.log(arguments [ 3 ]);} ready(3, 2, 1, 0, 1, 2, 3);
Comment Below Whats Is The Output? function ready(){ console.log(arguments [ 3 ]); } ready(3, 2, 1, 0, 1, 2, 3); https://code.sololearn.com/WMezywJ2iAY7/?ref=app
2 Respuestas
+ 9
Hiii! Actually in this Q&A section there are rules 😅 that you can put up those questions which can clear your doubts related to programming
So if you want to create such type questions then you can use Feed Posts for that
+ 3
Also, if you just run it, you'll see the output