06/04/2023 9:59 am
Topic starter
Notifications
Clear all
In JavaScript what is an argument object?
Students’s Forum
1
Posts
2
Users
0
Likes
367
Views
0
In JavaScript what is an argument object?
Answer
Add a comment
Add a comment
1 Answer
0
06/04/2023 5:10 pm
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 .
Add a comment
Add a comment
Forum Information
- 14 Forums
- 1,836 Topics
- 5,052 Posts
- 2 Online
- 1,078 Members
Our newest member: Richardnop
Latest Post: loli
Forum Icons:
Forum contains no unread posts
Forum contains unread posts
Topic Icons:
Not Replied
Replied
Active
Hot
Sticky
Unapproved
Solved
Private
Closed