Add some helpful methods for Array.prototype
Add a new item or an array to this array.
Remove a item from index.
True if successfully remove it.
Remove a item when the find function.
True if found it and remove it successfully.
Add some helpful methods for Array.prototype