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
Last revisionBoth sides next 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:55] wikiadmin
Line 30: Line 30:
 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