Create an Array of Fruits

Create an array called 'fruits' containing exactly three strings: 'apple', 'banana', and 'cherry', in this order.
JavaScript
Console