What I learned in doing this exercise is to break down each step and make it work with one part. Then add the second part, then the third part. I figured that I needed to save in a variable the name, color and font type. But then I did the document.write testing to see if each one was saved in the variable before stringing them together. After that was done I did the same thing with the document.write method. I added the formatting one step at a time.