I’m currently working on the FreeCodeCamp Music Player challenge.
I’ve noticed that when I write code, I often forget the purpose of certain functions. To help with this, I’ve been adding comments using /* */
so I can review the purpose of the code later. However, when I move to the next step, the comments disappear. Is there a way to add comments that will persist across steps?