JavaScript Concepts

From NovaOrdis Knowledge Base
Revision as of 22:36, 21 January 2020 by Ovidiu (talk | contribs) (→‎Subjects)
Jump to navigation Jump to search

Internal

Subjects

Organizatorium

Functions

function name(parameter1, parameter2, parameter3) {
  // code to be executed
}

Invocation: