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
Next revision
Previous revision
Last revisionBoth sides next revision
products:ict:javascript:basic_syntax_and_structure_of_javascript_code [2023/07/31 17:54] wikiadminproducts:ict:javascript:basic_syntax_and_structure_of_javascript_code [2023/07/31 17:55] 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.+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. 
 + 
  
 5. **Operators:** 5. **Operators:**
 +
 +<text>
    - JavaScript supports various operators for performing operations on variables and values. Common operators include arithmetic operators (`+`, `-`, `*`, `/`, `%`), comparison operators (`<`, `>`, `<=`, `>=`, `===`, `!==`), logical operators (`&&`, `||`, `!`), and more.    - JavaScript supports various operators for performing operations on variables and values. Common operators include arithmetic operators (`+`, `-`, `*`, `/`, `%`), comparison operators (`<`, `>`, `<=`, `>=`, `===`, `!==`), logical operators (`&&`, `||`, `!`), and more.
 +</text>
  
 6. **Control Flow:** 6. **Control Flow:**
products/ict/javascript/basic_syntax_and_structure_of_javascript_code.txt · Last modified: 2023/07/31 17:56 by wikiadmin