:::

22. Function Syntax

The typical structure of a function is as follows:

function name(parameters) {
  statement;
}

:::

語系選擇