function ready(){ console.log(arguments [ 3 ]);} ready(3, 2, 1, 0, 1, 2, 3); | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 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

16th Dec 2022, 12:33 PM
Manshu
Manshu - avatar
2 Answers
+ 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
16th Dec 2022, 12:38 PM
Suparna Das
Suparna Das - avatar
+ 3
Also, if you just run it, you'll see the output
16th Dec 2022, 1:27 PM
Emerson Prado
Emerson Prado - avatar