Chapter 1: The Art of Leaving Your Dirty Socks on the Floor

As an expert in the field of janitorial harassment, I'm here to teach you the art of leaving your dirty socks on the floor.

Remember, the key to success is to make your mess look intentional.

Chapter 2: The Sock as a Form of Performance Art Chapter 3: The Joy of Leaving Your Dirty Dishes in the Sink
			
				function messyRoom(room) {
					if (room.dirtySocks === true) {
						return "This room is a mess.";
					}
				}
			
		
// Create a new mess in the room messyRoom.createMess(); // Display the mess to the world messyRoom.displayMess();