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);
3 Answers
+ 15
There is something called "Code Playground". You can run your codes there.
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.
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