JavaScript Functions

From NovaOrdis Knowledge Base
Jump to navigation Jump to search

Internal

Overview

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

Declaration

Function Expressions

https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Operators/function