How to put comment on code while testing

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?

Hi there,

I don’t think that feature is available on fcc.
However, you can always make a local copy of your code on your machine.