Styles of JavaScript Comments : Comments : Language Basics : JavaScript DHTML examples (example source code) Organized by topic

JavaScript DHTML
C++
PHP
JavaScript DHTML Home »  Language Basics   » [  Comments  ]   
 



Styles of JavaScript Comments

/*

Learn How to Program Using Any Web Browser
by Harold Davis 

Apress CopyRight 2004

ISBN: 1590591135
*/
// 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 
 **************************************************************/ 
           
       
Related examples in the same category
1.  Using JavaScript Comment Tags
2.  Using JavaScript Comments
























Home| Contact Us
Copyright 2003 - 04 Demo Source and Support. All rights reserved.
All other trademarks are property of their respective owners.