JavaScript में array के अंत (end) में एक या अधिक elements जोड़ने के लिए कौन-सा method उपयोग होता है
Which JavaScript method is used to add one or more elements to the end of an array
A
push()
B
unshift()
C
append()
D
pop()
Explanation
Correct Answer: A) push()