Changes

Jump to: navigation, search

Comments in JavaScript

2 bytes added, 15:01, 19 April 2007
Single Line Comments
<pre>
// This is a comment line. It is for human use only and is ignored by the JavaScript Interpreter.
 
var myString = "Hello";
 
// This is another comment
</pre>

Navigation menu