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 |
What is MEAN in javascript
What is the data type of variables of in javascript?
How to redirect a url using JavaScript?
What are global variables? How are these variable declared and what are the problems associated with using them?
WHAT IS DIFFERENT BETWEEN CORE JAVA AND ADVANCED JAVA?
How can a Javascript code redirect the user to a different page?
What is a string in javascript?
Describe javascript and vbscript.
Is javascript necessary for web development?
How do I open a .js file?
What is NaN?
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 ?