0

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);

14th Dec 2017, 5:22 AM
Laxman Rana
Laxman Rana - avatar
3 Answers
+ 15
There is something called "Code Playground". You can run your codes there.
14th Dec 2017, 2:39 PM
qwerty
qwerty - avatar
0
I really think you should learn it if you don’t know it. Basically, you’re asking us to do your homework, which a highly considerable amount hate.
14th Dec 2017, 5:26 AM
Adam
Adam - avatar
0
Sorry for your inconvenient guys, I had to submit this ques. somewhere else for JS challenge for beginners but by mistake I putted here in open discussion forum. @Adam, it's not my homework dude- and yes there's a lot of stuffs in the world to love instead of hate. -Thanks
14th Dec 2017, 4:37 PM
Laxman Rana
Laxman Rana - avatar