207k views
5 votes
i've provided you with an array called airplaneseats, which represents the rows of seats on a flight. our friend hugo is looking to book a seat on our flight. fortunately, there is one middle seat available (it's set to null currently). please update the array element that

1 Answer

7 votes

Our friend Hugo is looking to book a seat on our flight. Fortunately, there is one middle seat available (it's set to null currently). Please update the ...

Explanation: JavaScript Array objects include an in-built function called splice(). It

User Sorax
by
7.2k points