Open In App

full | stack contest 3 | Question 14

Last Updated : 23 Jan, 2023
Improve
Improve
Like Article
Like
Save
Share
Report

What is the difference between the Javascript array like arguments object and a regular array?
 

(A)

Both are the same

(B)

arguments object is not iterable and a regular array is iterable

(C)

array methods cannot be applied to the array like arguments object unlike the regular array

(D)

None of the above


Answer: (C)

Explanation:

Quiz of this Question
Please comment below if you find anything wrong in the above post


Like Article
Suggest improvement
Share your thoughts in the comments

Similar Reads