Add to Chrome
✅ The verified answer to this question is available below. Our community-reviewed solutions help you understand the material better.
Який метод найкраще використовувати, щоб додати елемент у кінець масиву arr?
arr.unshift(value);
arr.push(value);
arr.pop(value);
arr.shift(value);
Get Unlimited Answers To Exam Questions - Install Crowdly Extension Now!