In this project, we'll write a program that animates your name. When you move your mouse over your name, bubbles will scatter away and then reassemble.
In our code, we're using document. write() simply to display the string of your name in the preview window. The important stuff is inside the parentheses, so let's just focus on that.