how to keep // in javascript from being commented out 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!";