Comments are lines we can use to leave notes and explain our code.
Our code got a bit mixed up. Can you use the comments to sort it out?
Exactly! We create an inline comment by using //. Anything after that will be ignored by the code.
Maybe the comments can help us out?