Changes

Jump to: navigation, search

Comments in JavaScript

No change in size, 14:15, 30 May 2007
Single Line Comments
</pre>
In the above example everything after the // marker is considered a comment and, therefore, ignored by the JavaScript interpreter. This is provides an ideal method for palcing placing comments on the same line of script that descript describe what that particular script line does.
== Multi-line Comments ==

Navigation menu