Purpose: The goal of this assignment is to get you accustomed to working with JavaScript in your pages and to help you explore Java's string operations.
In this assignment, you will attempt to implement Shirley Ellis's legendary "Name Game".
Write an HTML page with accompanying JavaScript that reads in the user's name and then prints out the corresponding verse of "The Name Game". For example, if the user entered "Nick", the page would print
Nick, Nick bo Bick
Banana Fanna Fo Fick
Mee Mi Mo Mick
Nick
If you don't remember the rules to the name game, make up your own. Recall that some names are treated differently (e.g., Bob, which begins with "B" which is used as a modifier in the first stanza).
If you'd prefer, you may instead want to do the introductory assignment. If you're feeling really adventuresome, consider the advanced assignment.