diff options
author | Peter Bengtsson <mail@peterbe.com> | 2020-12-08 14:41:45 -0500 |
---|---|---|
committer | Peter Bengtsson <mail@peterbe.com> | 2020-12-08 14:41:45 -0500 |
commit | 1109132f09d75da9a28b649c7677bb6ce07c40c0 (patch) | |
tree | 0dd8b084480983cf9f9680e8aedb92782a921b13 /files/es/glossary/undefined/index.html | |
parent | 4b1a9203c547c019fc5398082ae19a3f3d4c3efe (diff) | |
download | translated-content-1109132f09d75da9a28b649c7677bb6ce07c40c0.tar.gz translated-content-1109132f09d75da9a28b649c7677bb6ce07c40c0.tar.bz2 translated-content-1109132f09d75da9a28b649c7677bb6ce07c40c0.zip |
initial commit
Diffstat (limited to 'files/es/glossary/undefined/index.html')
-rw-r--r-- | files/es/glossary/undefined/index.html | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/files/es/glossary/undefined/index.html b/files/es/glossary/undefined/index.html new file mode 100644 index 0000000000..f27d2dc702 --- /dev/null +++ b/files/es/glossary/undefined/index.html @@ -0,0 +1,15 @@ +--- +title: undefined +slug: Glossary/undefined +translation_of: Glossary/undefined +--- +<p>Un valor <strong>{{Glossary("primitivo")}} </strong>automáticamente asignado a las <strong>variables</strong> que solo han sido declarados o a los <strong>{{Glossary("Argument","argumentos")}}</strong> formales para los cuales no existe argumentos reales.</p> + +<h2 id="Aprender_más">Aprender más</h2> + +<h3 id="Conocimientos_generales">Conocimientos generales</h3> + +<ul> + <li><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Data_structures">Tipos de datos y estructuras de datos en JavaScript</a></li> + <li><a href="http://en.wikipedia.org/wiki/Undefined_value">Valor undefined en Wikipedia</a></li> +</ul> |