1 line
62 B
JavaScript
1 line
62 B
JavaScript
module.exports = str => (str.match(/[aeiou]/gi) || []).length; |
module.exports = str => (str.match(/[aeiou]/gi) || []).length; |