From da78a9e329e272dedb2400b79a3bdeebff387d47 Mon Sep 17 00:00:00 2001 From: Peter Bengtsson Date: Tue, 8 Dec 2020 14:42:17 -0500 Subject: initial commit --- files/ko/glossary/method/index.html | 40 +++++++++++++++++++++++++++++++++++++ 1 file changed, 40 insertions(+) create mode 100644 files/ko/glossary/method/index.html (limited to 'files/ko/glossary/method/index.html') diff --git a/files/ko/glossary/method/index.html b/files/ko/glossary/method/index.html new file mode 100644 index 0000000000..d994f9b1ae --- /dev/null +++ b/files/ko/glossary/method/index.html @@ -0,0 +1,40 @@ +--- +title: Method +slug: Glossary/Method +translation_of: Glossary/Method +--- +

메소드(method)는 {{glossary("object","객체")}}의 {{glossary("property", "속성")}}인 {{glossary("function", "함수")}}이다. 두 가지 종류의 메소드가 있다. 객체 인스턴스에 의해 수행되는 태스크에 내장된 인스턴스 메소드 또는 오브젝트 생성자에서 직접 호출되는 태스크인 {{Glossary("static method", "정적 메소드")}}가 여기에 해당된다.

+ +
+

참고: 자바스크립트 함수에서 그 자체는 객체이므로, 그런 맥락에서 메소드는 실제로 함수에 대한 객체 {{glossary("object reference", "참조")}}인 것이다.

+
+ +

더 알아보기

+ +

이것에 대해 알아보기

+ + + +

기술적 참조

+ + + + -- cgit v1.2.3-54-g00ecf