함수의 호출
1. 함수 호출 방법
1-1. 객체의 인스턴스(instance) : 함수를 호출하는 가장 기본적인 방법
1-2. instance.method();
1-3. instance.method()와 this의 활용
Last updated
Last updated