diff options
Diffstat (limited to 'files/ko/glossary/wrapper/index.html')
-rw-r--r-- | files/ko/glossary/wrapper/index.html | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/files/ko/glossary/wrapper/index.html b/files/ko/glossary/wrapper/index.html new file mode 100644 index 0000000000..3c0786921b --- /dev/null +++ b/files/ko/glossary/wrapper/index.html @@ -0,0 +1,27 @@ +--- +title: Wrapper +slug: Glossary/Wrapper +translation_of: Glossary/Wrapper +--- +<p>자바스크립트와 같은 프로그래밍 언어에서 래퍼는 하나 이상의 다른 기능들을 호출하기 위한 기능이며, 때로는 순전히 편의상, 때로는 프로세스에서 약간 다른 작업을 하도록 적응시키는 기능이다.</p> + +<p>예를 들어 AWS용 SDK 라이브러리는 래퍼의 한 예이다.</p> + +<h2 id="더_알아보기">더 알아보기</h2> + +<h3 id="일반적_지식">일반적 지식</h3> + +<p>Wikipedia의 {{Interwiki("wikipedia", "Wrapper function")}} </p> + +<section class="Quick_links" id="Quick_Links"> +<ol> + <li><a href="/en-US/docs/Glossary">MDN Web Docs Glossary</a> + + <ol> + <li>{{Glossary("API")}}</li> + <li>{{Glossary("Class")}}</li> + <li>{{Glossary("Function")}}</li> + </ol> + </li> +</ol> +</section> |