how to comment inside code javascript lots code example
Example: js comment
//This does not effect the code.
var something = "But this does effect the code!";
//This does not effect the code.
var something = "But this does effect the code!";