{"id":4373,"date":"2025-11-30T17:17:33","date_gmt":"2025-11-30T17:17:33","guid":{"rendered":"https:\/\/ibex.tech\/javascript\/?p=4373"},"modified":"2025-11-30T17:17:34","modified_gmt":"2025-11-30T17:17:34","slug":"create-and-check-if-define-exists","status":"publish","type":"post","link":"https:\/\/ibex.tech\/javascript\/defines\/create-and-check-if-define-exists","title":{"rendered":"Create and check if define exists"},"content":{"rendered":"\n<h5 class=\"wp-block-heading\">Create it<\/h5>\n\n\n\n<pre class=\"wp-block-code\"><code>  &lt;script>\n      Object.defineProperty(window, 'MY_DEFINE',\n      {\n        value: true,\n        writable: false,\n        configurable: false\n      });\n  &lt;\/script><\/code><\/pre>\n\n\n\n<h5 class=\"wp-block-heading\">Check it<\/h5>\n\n\n\n<pre class=\"wp-block-code\"><code>  if(window.MY_DEFINE)\n    console.log('MY_DEFINE is set');<\/code><\/pre>\n","protected":false},"excerpt":{"rendered":"<p>Create it Check it<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[343],"tags":[],"class_list":["post-4373","post","type-post","status-publish","format-standard","hentry","category-defines"],"_links":{"self":[{"href":"https:\/\/ibex.tech\/javascript\/wp-json\/wp\/v2\/posts\/4373","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\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/ibex.tech\/javascript\/wp-json\/wp\/v2\/comments?post=4373"}],"version-history":[{"count":1,"href":"https:\/\/ibex.tech\/javascript\/wp-json\/wp\/v2\/posts\/4373\/revisions"}],"predecessor-version":[{"id":4374,"href":"https:\/\/ibex.tech\/javascript\/wp-json\/wp\/v2\/posts\/4373\/revisions\/4374"}],"wp:attachment":[{"href":"https:\/\/ibex.tech\/javascript\/wp-json\/wp\/v2\/media?parent=4373"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/ibex.tech\/javascript\/wp-json\/wp\/v2\/categories?post=4373"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/ibex.tech\/javascript\/wp-json\/wp\/v2\/tags?post=4373"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}