User Tools

Site Tools


products:ict:javascript:basic_syntax_and_structure_of_javascript_code

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
products:ict:javascript:basic_syntax_and_structure_of_javascript_code [2023/07/31 17:55] wikiadminproducts:ict:javascript:basic_syntax_and_structure_of_javascript_code [2023/07/31 17:56] (current) wikiadmin
Line 24: Line 24:
 4. **Comments:** 4. **Comments:**
  
-Comments are used to add explanatory notes to the code and are ignored by the JavaScript engine when executing the program. They are denoted by `//` for single-line comments and `/* */` for multi-line comments.+<text> 
 +Comments are used to add explanatory notes to the code and are ignored by the JavaScript engine when executing the program.  
 + 
 +They are denoted by `//` for single-line comments and `/* */` for multi-line comments. 
 +</text>
  
  
products/ict/javascript/basic_syntax_and_structure_of_javascript_code.1690808139.txt.gz · Last modified: 2023/07/31 17:55 by wikiadmin