Nossos voluntários ainda não traduziram este artigo para o Português (do Brasil) . Junte-se a nós e ajude a fazer o trabalho!
A method is a function which is a property of an object. It exist two kind of methods: Instance Method which are built-in tasks performed by an object instance, or Static Methods which are tasks that can be performed without the need of an object instance.
Note: In JavaScript functions themselves are objects, so, in that context, a method is actually an object reference to a function.
Learn more
Learn about it
- Method (computer programming) in Wikipedia
- Defining a method in JavaScript (comparison of the traditional syntax and the new shorthand)
Technical reference
Etiquetas do documento e colaboradores
Etiquetas:
Colaboradores desta página:
chrisdavidmills,
Jeremie,
Andrew_Pfeiffer,
prox,
klez,
kscarfone,
panaggio
Última atualização por:
chrisdavidmills,