Skip to content

Latest commit

 

History

History

10 - Web word count

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

Web word count

Create a web page with input fields. One field takes a word, one field takes a letter. The task is to count the occurrences of the letter in the given word and clearly display the result for the user.

Bonus objective: some sort of form validation.

Solutions

Jonas' solution
Hannes' solution