ExampleJS

An example class

Parameters

NameTypeDescription
aString the first parameter
bNumber the second parameter
(defined in /examples/example.js:8)
  1. function ExampleJS(a, b) {
  2. }

Parameters

NameTypeDescription
aString the first parameter
bNumber the second parameter

Returns

NameTypeDescription
(Returns)Booleanreturn value
(defined in /examples/example.js:17)
  1. ExampleJS.prototype.instanceMethod = function (a, b) {
  2. }

Parameters

NameTypeDescription
aString the first parameter
bNumber the second parameter

Returns

(Nothing)
(defined in /examples/example.js:25)
  1. ExampleJS.staticMethod = function (a, b) {
  2. }
Fork me on GitHub