ExampleJS

An example class

Parameters

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

Parameters

NameTypeDescription
aString the first parameter
bNumber the second parameter

Returns

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

Parameters

NameTypeDescription
aString the first parameter
bNumber the second parameter

Returns

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