how big is the commends javascript code example
Example 1: js comment
//This does not effect the code.
var something = "But this does effect the code!";
Example 2: javascript note
// This is a JavaScript note
//This does not effect the code.
var something = "But this does effect the code!";
// This is a JavaScript note