aboutsummaryrefslogtreecommitdiff
path: root/files/es/glossary/wrapper/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'files/es/glossary/wrapper/index.html')
-rw-r--r--files/es/glossary/wrapper/index.html31
1 files changed, 31 insertions, 0 deletions
diff --git a/files/es/glossary/wrapper/index.html b/files/es/glossary/wrapper/index.html
new file mode 100644
index 0000000000..e6ecc8caa6
--- /dev/null
+++ b/files/es/glossary/wrapper/index.html
@@ -0,0 +1,31 @@
+---
+title: Wrapper
+slug: Glossary/Wrapper
+tags:
+ - Envoltorio
+ - Glosario
+ - Wrapper
+translation_of: Glossary/Wrapper
+---
+<p>En lenguajes de programación como JavaScript, un wrapper o envoltorio es una función que llama a una o varias funciones,  unas veces únicamente por convenio y otras para adaptarlas con el objetivo de hacer una tarea ligeramente diferente.</p>
+
+<p>Por ejemplo, las librerías SDK de AWS son un ejemplo de wrappers.</p>
+
+<h2 id="Saber_más">Saber más</h2>
+
+<h3 id="Conocimientos_generales">Conocimientos generales</h3>
+
+<p>{{Interwiki("wikipedia", "Wrapper function")}} on Wikipedia</p>
+
+<section class="Quick_links" id="Quick_Links">
+<ol>
+ <li><a href="https://developer.mozilla.org/es/docs/Glossary">MDN Web Docs Glossary</a>
+
+ <ol>
+ <li>{{Glossary("API")}}</li>
+ <li>{{Glossary("Class")}}</li>
+ <li>{{Glossary("Function")}}</li>
+ </ol>
+ </li>
+</ol>
+</section>