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)