diff options
Diffstat (limited to 'files/es/learn/javascript/building_blocks')
-rw-r--r-- | files/es/learn/javascript/building_blocks/conditionals/index.html | 2 |
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> |