Mega Code Archive

 
Categories / JavaScript DHTML / Language Basics
 

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   **************************************************************/