aboutsummaryrefslogtreecommitdiff
path: root/files/ko/glossary/wrapper
diff options
context:
space:
mode:
authorPeter Bengtsson <mail@peterbe.com>2020-12-08 14:42:17 -0500
committerPeter Bengtsson <mail@peterbe.com>2020-12-08 14:42:17 -0500
commitda78a9e329e272dedb2400b79a3bdeebff387d47 (patch)
treee6ef8aa7c43556f55ddfe031a01cf0a8fa271bfe /files/ko/glossary/wrapper
parent1109132f09d75da9a28b649c7677bb6ce07c40c0 (diff)
downloadtranslated-content-da78a9e329e272dedb2400b79a3bdeebff387d47.tar.gz
translated-content-da78a9e329e272dedb2400b79a3bdeebff387d47.tar.bz2
translated-content-da78a9e329e272dedb2400b79a3bdeebff387d47.zip
initial commit
Diffstat (limited to 'files/ko/glossary/wrapper')
-rw-r--r--files/ko/glossary/wrapper/index.html27
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>