Assignment #14
(20 points)
- Create a Vowel Counter application using JavaScript and HTML.
(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".
- Continue reading up on
JavaScript.
- Challenge yourself. However, if you need some hints,
you can view a screen capture of the HTML
& JavaScript code
- Upload your work to your YOUR-CLASS-WEBSITE.
Help.
|