vowel array

JavaScript
const vowelsArray = "aeiou".split("");
Source

Also in JavaScript: