Search
Use Array.from() to create an array. This array should be of length 5. It should consist of all the vowels, a, e, i, o, u.
Array.from()
a, e, i, o, u
Display the array on the console.