Information

Evgeny Kerimov
I have good interpersonal skills, am an excellent team worker and very willing to learn and develop new skills.I am reliable and dependable and often seek new responsibilities within a wide range of employment areas.
photo

Code example: const getCountOfVowels = str => str.match(/[aeiou]/gi) ? str.match(/[aeiou]/gi).length : 0;