{"id":4243,"date":"2022-07-15T11:41:07","date_gmt":"2022-07-15T10:41:07","guid":{"rendered":"https:\/\/ibex.tech\/javascript\/?p=4243"},"modified":"2024-01-23T15:31:47","modified_gmt":"2024-01-23T15:31:47","slug":"key-value-arrays","status":"publish","type":"post","link":"https:\/\/ibex.tech\/javascript\/javascript_memory\/array\/key-value-arrays","title":{"rendered":"Key &#038; Value Arrays"},"content":{"rendered":"\n<h4 class=\"wp-block-heading\">Working through a Key &amp; Value array<\/h4>\n\n\n\n<pre class=\"wp-block-code\"><code>jQuery.each(MyArray, function(ItemName, ItemValue)\n{\n  console.log(ItemName, ItemValue);\n});<\/code><\/pre>\n\n\n\n<h4 class=\"wp-block-heading\">for each loop<\/h4>\n\n\n\n<pre class=\"wp-block-code\"><code>  for (var key in MyArray)\r\n  {\r\n      console.log(MyArray&#91;key]);\r\n  }<\/code><\/pre>\n","protected":false},"excerpt":{"rendered":"<p>Working through a Key &amp; Value array for each loop<\/p>\n","protected":false},"author":5,"featured_media":0,"comment_status":"open","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[326],"tags":[],"class_list":["post-4243","post","type-post","status-publish","format-standard","hentry","category-array"],"_links":{"self":[{"href":"https:\/\/ibex.tech\/javascript\/wp-json\/wp\/v2\/posts\/4243","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/ibex.tech\/javascript\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/ibex.tech\/javascript\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/ibex.tech\/javascript\/wp-json\/wp\/v2\/users\/5"}],"replies":[{"embeddable":true,"href":"https:\/\/ibex.tech\/javascript\/wp-json\/wp\/v2\/comments?post=4243"}],"version-history":[{"count":3,"href":"https:\/\/ibex.tech\/javascript\/wp-json\/wp\/v2\/posts\/4243\/revisions"}],"predecessor-version":[{"id":4284,"href":"https:\/\/ibex.tech\/javascript\/wp-json\/wp\/v2\/posts\/4243\/revisions\/4284"}],"wp:attachment":[{"href":"https:\/\/ibex.tech\/javascript\/wp-json\/wp\/v2\/media?parent=4243"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/ibex.tech\/javascript\/wp-json\/wp\/v2\/categories?post=4243"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/ibex.tech\/javascript\/wp-json\/wp\/v2\/tags?post=4243"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}