//

Use to add a single line comment, or comment out a single line of code.

Syntax

// Comment text.

Example

//This is my comment about a function.
text_javascript aptana_docs