aboutsummaryrefslogtreecommitdiff
path: root/files/es/learn/javascript/building_blocks
diff options
context:
space:
mode:
authorAnderson Vallejo <48649209+Vallejoanderson@users.noreply.github.com>2022-01-25 09:42:50 -0500
committerGitHub <noreply@github.com>2022-01-25 08:42:50 -0600
commit86adde8d7813d7c2ca8e50f644e2efe902875952 (patch)
tree33044e60542ea0d5a2eba3c7f4d5bef01a65468a /files/es/learn/javascript/building_blocks
parent480e7500e9311c9ed1177b123676c8bc22951935 (diff)
downloadtranslated-content-86adde8d7813d7c2ca8e50f644e2efe902875952.tar.gz
translated-content-86adde8d7813d7c2ca8e50f644e2efe902875952.tar.bz2
translated-content-86adde8d7813d7c2ca8e50f644e2efe902875952.zip
Last paragraph in conditional structures translated (#1984)
* Last paragraph in conditional structures translated * Fix Typos Spanish Co-authored-by: root <root@debianva.debianva>
Diffstat (limited to 'files/es/learn/javascript/building_blocks')
-rw-r--r--files/es/learn/javascript/building_blocks/conditionals/index.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/files/es/learn/javascript/building_blocks/conditionals/index.html b/files/es/learn/javascript/building_blocks/conditionals/index.html
index 7a0fdcb91d..59e9791026 100644
--- a/files/es/learn/javascript/building_blocks/conditionals/index.html
+++ b/files/es/learn/javascript/building_blocks/conditionals/index.html
@@ -752,7 +752,7 @@ textarea.onkeyup = function(){
<h2 id="Conclusión">Conclusión</h2>
-<p>And that's all you really need to know about conditional structures in JavaScript right now! I'm sure you'll have understood these concepts and worked through the examples with ease; if there is anything you didn't understand, feel free to read through the article again, or <a href="/en-US/Learn#Contact_us">contact us</a> to ask for help.</p>
+<p>¡Y eso es todo lo que necesitas saber sobre estructuras condicionales en Javascript ahora mismo! Estoy seguro que habrás entendido estos conceptos y trabajado en los ejemplos con facilidad; si hay algo que no entendiste, sientete libre de repasar este artículo de nuevo, o <a href="/en-US/Learn#Contact_us">contáctanos</a> para solicitar ayuda.</p>
<h2 id="Revisa_también">Revisa también</h2>