What is argument objects in javascript?



What is argument objects in javascript?..

Answer / Amit Ranjan Kumar

Argument objects (also called parameters) are values passed to a JavaScript function. When you define a function with arguments, you can use those arguments inside the function to receive and manipulate data. The arguments object is an array-like object containing all the arguments passed to the current function.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More JavaScript Interview Questions

What is MEAN in javascript

1 Answers  


What is the data type of variables of in javascript?

1 Answers  


How to redirect a url using JavaScript?

1 Answers  


What are global variables? How are these variable declared and what are the problems associated with using them?

1 Answers  


WHAT IS DIFFERENT BETWEEN CORE JAVA AND ADVANCED JAVA?

2 Answers  


How can a Javascript code redirect the user to a different page?

1 Answers  


What is a string in javascript?

1 Answers  


Describe javascript and vbscript.

1 Answers  


Is javascript necessary for web development?

1 Answers  


How do I open a .js file?

1 Answers  


What is NaN?

1 Answers  


Is it possible to assign a php variable to javascript ? And also is it possible to fetch the page contents if the url is not under our control ?

1 Answers  


Categories