It looks like this piece of code got mixed up a bit. Can you help me and put it in the right order?

Exactly! We declare var1 and, afterwards, initialize it. Then we declare and initialize var2 with a value that relies on var1 and, finally, display it.

Yikes! We declare var1 and, afterwards, initialize it. Then we declare and initialize var2 with a value that relies on var1 and, finally, display it.