Assignment #14
(20 points)

  1. Create a Vowel Counter application using JavaScript. (20 points)

    Special considerations: The user should be able to enter a word, sentence, or paragraph of text into the textarea field labeled "Phrase". When the "Count Vowels" button is pressed, your code should display how many vowels (A, E, I, O, U) appear in the text. Do not worry about "Y" which can also be a vowel in words like "sky".

  2. Continue reading up on JavaScript.

  3. Challenge yourself. However, if you need some hints, you can view the complete JavaScript code and HTML code.

  4. Upload your work to your YOUR-CLASS-WEBSITE. Help.


Grading Rubric
Required Elements Points Possible Does not meet requirements Meets some requirements Meets or exceeds all requirements Your Score
Created a JavaScript application which counts the vowels in any randomly entered text. 20 0 10 20 __/20
Total points __/20