
Notifications
Clear all
In JavaScript what is an argument object?
Students’s Forum
1
Posts
2
Users
0
Likes
396
Views
0
06/04/2023 9:59 am
Topic starter
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
- 22 Forums
- 1,969 Topics
- 5,307 Posts
- 0 Online
- 1,282 Members
Our newest member: TimothySenue
Latest Post: Space bug using " & n b s p ; "
Forum Icons:
Forum contains no unread posts
Forum contains unread posts
Topic Icons:
Not Replied
Replied
Active
Hot
Sticky
Unapproved
Solved
Private
Closed