How to make comment with jquery

Hello all , i have question about how to make comment with jquery. I
have tried many solution , but i haven’t good answer. Can you help me ??

What do you mean by comment? Commenting your code? In that case you can
just use a JavaScript comment:

// this is a comment

/*
this is also a comment
*/