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.
Jonas’ solution Hannes’ solution