Showing posts with label Code Comments. Show all posts
Showing posts with label Code Comments. Show all posts

Tuesday, March 1, 2011

Javascript comments

Javascript single line comment
//

Javascript multi-line comment
/*
This is a
multi line comment
*/

Wednesday, October 27, 2010

Code Commenting

A single quote at the beginning of a new line will allow you to insert comments into your code.

'  This is a comment