Junior — Senior
Different ways to remove the fourth element of an array
livecode
Task condition
It is necessary to implement the removal of the element with index 3 (the fourth element) from the array using three different approaches and output the resulting array to the console.
const numbers = [1, 2, 3, 44, 55, 66];