How to perform 'Count Vowels' in CoffeeScript.
# Task: Count Vowels
# Language: CoffeeScript
# Implementation for Count Vowels
# TODO: Implement core logic here
# Step 1: Prepare data
# Step 2: Process Count Vowels
console.log("Done");