Array methods
Qus. 1 : Which method is used to remove the last element from an array in JavaScript?
- shift()
- pop()
- remove()
- delete()
- push()
- pop()
- shift()
- unshift()