What is arguments object in JavaScript?
Answers
Answered by
0
Answer:
The arguments object is a local variable available within all non-arrow functions. You can refer to a function's arguments inside that function by using its arguments object. It has entries for each argument the function was called with, with the first entry's index at 0 .
Similar questions
Economy,
7 months ago
Math,
7 months ago
Business Studies,
1 year ago
Hindi,
1 year ago
History,
1 year ago