JavaScript Concepts: Difference between revisions

From NovaOrdis Knowledge Base
Jump to navigation Jump to search
No edit summary
Line 7: Line 7:
* [[JavaScript Concepts - The Type System|Type System]]
* [[JavaScript Concepts - The Type System|Type System]]
* [[JavaScript Classes]]
* [[JavaScript Classes]]
 
* <span id='Functions'></span>[[JavaScript Functions]]
=Organizatorium=
 
==Functions==
 
<syntaxhighlight lang='javascript'>
function name(parameter1, parameter2, parameter3) {
  // code to be executed
}
</syntaxhighlight>
 
Invocation:

Revision as of 22:40, 21 January 2020