Question: it has to be done in java script // Append: you should be able to add an item-to the end of an array function append(arr,
it has to be done in java script

// Append: you should be able to add an item-to the end of an array function append(arr, item) { return arr.indexOf(item); }
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
