{"id":253,"date":"2023-01-21T06:47:28","date_gmt":"2023-01-21T06:47:28","guid":{"rendered":"http:\/\/javigomez.org\/?p=253"},"modified":"2025-09-29T20:34:09","modified_gmt":"2025-09-29T20:34:09","slug":"crear-una-tabla-multidimensional-y-cargarla-en-su-definicion","status":"publish","type":"post","link":"https:\/\/javigomez.org\/index.php\/2023\/01\/21\/crear-una-tabla-multidimensional-y-cargarla-en-su-definicion\/","title":{"rendered":"Crear una tabla multidimensional y cargarla en su definici\u00f3n"},"content":{"rendered":"\n<p>Si creamos una tabla en JavaScript y la cargamos cuando se defina, la sintaxis es la siguiente. Esta va a depender si es multidimensional o de una sola dimensi\u00f3n.<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>    usuarios = &#91;\"nombre1\", \"apellido11\", \"apellido21\",\"correo1\", \"telefono1\", \"fecha1\",\"nick1\" ];\n\n    usuarios = &#91;\n    &#91;\"Lara\", \"Fr\u00edas\", \"Gil\",\"lara.gomez@esic.edu\", \"635897452\", \"20221225\",\"Lara\" ],\n    &#91;\"Javi\", \"G\u00f3mez\", \"Delgado\",\"javier.gomez@esic.edu\", \"345433234\", \"20230117\",\"Javi\" ],\n    &#91;\"Carlos\", \"Robles\", \"Gil\",\"carlos.gomez@esic.edu\", \"568975425\", \"20221104\",\"Carlos\" ],\n    &#91;\"Mar\u00eda\", \"Gonz\u00e1lez\", \"P\u00e9rez\",\"maria.gonzalez@esic.edu\", \"458789521\", \"20220509\",\"Mar\u00eda\" ]\n    ]<\/code><\/pre>\n","protected":false},"excerpt":{"rendered":"<p>Si creamos una tabla en JavaScript y la cargamos cuando se defina, la sintaxis es la siguiente. Esta va a depender si es multidimensional o &hellip; <\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"closed","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[6],"tags":[40,69,205],"class_list":["post-253","post","type-post","status-publish","format-standard","hentry","category-javascript","tag-array","tag-carga","tag-javascritp"],"_links":{"self":[{"href":"https:\/\/javigomez.org\/index.php\/wp-json\/wp\/v2\/posts\/253","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/javigomez.org\/index.php\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/javigomez.org\/index.php\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/javigomez.org\/index.php\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/javigomez.org\/index.php\/wp-json\/wp\/v2\/comments?post=253"}],"version-history":[{"count":1,"href":"https:\/\/javigomez.org\/index.php\/wp-json\/wp\/v2\/posts\/253\/revisions"}],"predecessor-version":[{"id":953,"href":"https:\/\/javigomez.org\/index.php\/wp-json\/wp\/v2\/posts\/253\/revisions\/953"}],"wp:attachment":[{"href":"https:\/\/javigomez.org\/index.php\/wp-json\/wp\/v2\/media?parent=253"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/javigomez.org\/index.php\/wp-json\/wp\/v2\/categories?post=253"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/javigomez.org\/index.php\/wp-json\/wp\/v2\/tags?post=253"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}