Method
A method is a function that is a member of a class and may operate on an object.
Related concepts: FunctionMemberClassObject
Closest Wikipedia entry: Method (computer programming) — A method in object-oriented programming (OOP) is a procedure associated with an object, and generally also a message. An object consists of state data and behavior; these compose an interface, which specifies how the object may be used. A method is a behavior of an object parametrized by a user.
Misconceptions about Method49 documented Misconceptions
No known JavaScript misconceptions for this concept