Java Script MCQ Set Paper 4
Java Script MCQ Set Paper 4
[Marks]1
[Negative Marks]0
Q.25) How do you remove the last element from an array in JavaScript?
[a] Using the remove() method.
*[b] Using the pop() method.
[c] Using the delete() keyword.
[d] Using the removeElement() function.