array vowels js

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

Also in JavaScript: