aboutsummaryrefslogtreecommitdiff
path: root/files/es/glossary/call_stack/index.html
diff options
context:
space:
mode:
authorFlorian Merz <me@fiji-flo.de>2021-02-11 14:46:51 +0100
committerFlorian Merz <me@fiji-flo.de>2021-02-11 14:46:51 +0100
commit8a5554c6fae83e92b10c8dbe5b82108cb44fad6c (patch)
tree616af8137d0e678ad2f9d515b7b68dc1b9738fca /files/es/glossary/call_stack/index.html
parenta55b575e8089ee6cab7c5c262a7e6db55d0e34d6 (diff)
downloadtranslated-content-8a5554c6fae83e92b10c8dbe5b82108cb44fad6c.tar.gz
translated-content-8a5554c6fae83e92b10c8dbe5b82108cb44fad6c.tar.bz2
translated-content-8a5554c6fae83e92b10c8dbe5b82108cb44fad6c.zip
unslug es: modify
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>