aboutsummaryrefslogtreecommitdiff
path: root/files/es/glossary/call_stack/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'files/es/glossary/call_stack/index.html')
-rw-r--r--files/es/glossary/call_stack/index.html3
1 files changed, 2 insertions, 1 deletions
diff --git a/files/es/glossary/call_stack/index.html b/files/es/glossary/call_stack/index.html
index f164d913ca..3eea4ae1cc 100644
--- a/files/es/glossary/call_stack/index.html
+++ b/files/es/glossary/call_stack/index.html
@@ -1,11 +1,12 @@
---
title: Pila de llamadas
-slug: Glossary/Pila_llamadas
+slug: Glossary/Call_stack
tags:
- Glosario
- JavaScript
- Pila de llamadas
translation_of: Glossary/Call_stack
+original_slug: Glossary/Pila_llamadas
---
<p>Una <strong>pila de llamadas</strong> es un mecanismo para que un intérprete (como el intérprete de JavaScript en un navegador web) realice un seguimiento de en que lugar se llama a múltiples {{glossary("function","funciones")}}, qué función se esta ejecutando actualmente y qué funciones son llamadas desde esa función, etc.</p>