Skip to content

Latest commit

 

History

History
executable file
·
7 lines (7 loc) · 295 Bytes

File metadata and controls

executable file
·
7 lines (7 loc) · 295 Bytes

The JavaScript syntax is similar to C#

  • Operators (+, *, =, !=, &&, ++, …)
  • Variables (typeless)
  • Conditional statements (if, else)
  • Loops (for, while)
  • Arrays (my_array[]) and associative arrays (my_array['abc'])
  • Functions (can return value)