Match the methods of changing the array and their description.
Array Add/Remove elements
Array methods
Report a typo
Match the items from left and right columns
Array.splice()Array.push()The
delete operatorArray.unshift()Array.pop()Array.shift()Remove an element from the beginning of an array
Sets an array element to undefined
Adds an element to the end of an array
Allows you to both remove and add and replace array elements
Removes an element from the end of an array
Adds an element to the beginning of an array
___
By continuing, you agree to the JetBrains Academy Terms of Service as well as Hyperskill Terms of Service and Privacy Policy.
Create a free account to access the full topic
By continuing, you agree to the JetBrains Academy Terms of Service as well as Hyperskill Terms of Service and Privacy Policy.