Styles of JavaScript Comments : Comments : Language Basics JAVASCRIPT DHTML TUTORIALS


JAVASCRIPT DHTML TUTORIALS » Language Basics » Comments »

 

Styles of JavaScript Comments



// I'm a single-line comment 
// This is another comment 
/* Real multiple-line comment to follow */ //Yet another comment 

/************************************************************** 
 * JavaScript module written by Harold Davis 
 * Purpose: Rock, Scissors, and Paper game 
 * Date: 
 * Inputs: 
 * Outputs: 
 * Of special note: Demonstrates conditional statements 
 **************************************************************/ 
           
       



-

Leave a Comment / Note


 
Verification is used to prevent unwanted posts (spam). .

Follow Navioo On Twitter

JAVASCRIPT DHTML TUTORIALS

 Navioo Language Basics
» Comments