{"id":3814,"date":"2021-08-05T14:54:42","date_gmt":"2021-08-05T13:54:42","guid":{"rendered":"https:\/\/ibex.tech\/javascript\/?p=3814"},"modified":"2023-01-13T19:09:10","modified_gmt":"2023-01-13T19:09:10","slug":"output-to-console","status":"publish","type":"post","link":"https:\/\/ibex.tech\/javascript\/console-javascript\/output-to-console","title":{"rendered":"Output to console"},"content":{"rendered":"\n<h4 class=\"wp-block-heading\">Output<\/h4>\n\n\n\n<h5 class=\"wp-block-heading\">Output text and variable<\/h5>\n\n\n\n<pre class=\"wp-block-code\"><code>console.log('MyVariable'Hello');\n\nconsole.log(MyVariable);\n\nconsole.log('Value: ' + MyVariable);<\/code><\/pre>\n\n\n\n<h5 class=\"wp-block-heading\">Output Select box select value<\/h5>\n\n\n\n<pre class=\"wp-block-code\"><code>console.log(document.getElementById('SelectCategory').value);<\/code><\/pre>\n","protected":false},"excerpt":{"rendered":"<p>Output Output text and variable Output Select box select value<\/p>\n","protected":false},"author":5,"featured_media":0,"comment_status":"open","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[306],"tags":[],"class_list":["post-3814","post","type-post","status-publish","format-standard","hentry","category-console-javascript"],"_links":{"self":[{"href":"https:\/\/ibex.tech\/javascript\/wp-json\/wp\/v2\/posts\/3814","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=3814"}],"version-history":[{"count":3,"href":"https:\/\/ibex.tech\/javascript\/wp-json\/wp\/v2\/posts\/3814\/revisions"}],"predecessor-version":[{"id":4263,"href":"https:\/\/ibex.tech\/javascript\/wp-json\/wp\/v2\/posts\/3814\/revisions\/4263"}],"wp:attachment":[{"href":"https:\/\/ibex.tech\/javascript\/wp-json\/wp\/v2\/media?parent=3814"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/ibex.tech\/javascript\/wp-json\/wp\/v2\/categories?post=3814"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/ibex.tech\/javascript\/wp-json\/wp\/v2\/tags?post=3814"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}