Understand and practice using arrays in JavaScript.
- In this exercise, you will work with arrays and learn how to store multiple values.
- Open and complete the tasks below.
- Create an array 'fruits' with the names of three different fruits.
- Add two more fruits to the 'fruits' array.
- Create an array 'numbers' and fill it with five different numbers.
- Print the first and last item of the 'numbers' array.
Commit your changes and push them to this repository. Ensure your file demonstrates the use of arrays effectively.