{"id":1136,"date":"2013-11-11T17:46:43","date_gmt":"2013-11-11T17:46:43","guid":{"rendered":"https:\/\/ibex.tech\/javascript\/?p=1136"},"modified":"2022-07-16T17:50:11","modified_gmt":"2022-07-16T16:50:11","slug":"console","status":"publish","type":"post","link":"https:\/\/ibex.tech\/javascript\/debugging-javascript\/console","title":{"rendered":"console"},"content":{"rendered":"\n<h4 class=\"wp-block-heading\">Writing To The Browser Deveoper Console<\/h4>\n\n\n\n<pre class=\"wp-block-code\"><code>console.log(MyVariable);\n\nconsole.log(\"Value 1: \" + my_variable1 + \", Value 2: \" + my_variable2+\", Array value: \" + my_array&#91;i].time);<\/code><\/pre>\n\n\n\n<h4 class=\"wp-block-heading\">Outputting a Key &amp; Value array to the console<\/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","protected":false},"excerpt":{"rendered":"<p>Writing To The Browser Deveoper Console Outputting a Key &amp; Value array to the console<\/p>\n","protected":false},"author":5,"featured_media":0,"comment_status":"open","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[116],"tags":[],"class_list":["post-1136","post","type-post","status-publish","format-standard","hentry","category-debugging-javascript"],"_links":{"self":[{"href":"https:\/\/ibex.tech\/javascript\/wp-json\/wp\/v2\/posts\/1136","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=1136"}],"version-history":[{"count":5,"href":"https:\/\/ibex.tech\/javascript\/wp-json\/wp\/v2\/posts\/1136\/revisions"}],"predecessor-version":[{"id":4249,"href":"https:\/\/ibex.tech\/javascript\/wp-json\/wp\/v2\/posts\/1136\/revisions\/4249"}],"wp:attachment":[{"href":"https:\/\/ibex.tech\/javascript\/wp-json\/wp\/v2\/media?parent=1136"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/ibex.tech\/javascript\/wp-json\/wp\/v2\/categories?post=1136"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/ibex.tech\/javascript\/wp-json\/wp\/v2\/tags?post=1136"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}