0
I need help figuring out what to do on code background how do I comment things and make visual effects?
2 Respuestas
+ 2
to comment out part of your script in js you use these signs
// to comment out a single line of code
and
/* to comment out (not to run or execute
anything in between
the signs
*/
0
*/*