Open In App

Web technologies Questions | jQuery Quiz | Set-3 | Question 4

Last Updated : 20 Sep, 2021
Like Article
Like
Save
Share
Report

Which of the following is the correct output for finding the total argument in function?

(A)

Using args. length Property

(B)

Using arguments.length Property

(C)

Both of the above

(D)

None of the above


Answer: (A)

Explanation:

 args.length contains the number of argument that is passed to a function. The length property is used to count a number of the elements of the jQuery object.


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


Like Article
Suggest improvement
Previous
Next
Share your thoughts in the comments

Similar Reads