JavaScript Concepts

From NovaOrdis Knowledge Base
Revision as of 23:50, 17 January 2020 by Ovidiu (talk | contribs) (→‎Functions)
Jump to navigation Jump to search

Internal

Subjects

Organizatorium

Functions

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

Invocation: