{"id":5446,"date":"2023-01-11T12:37:49","date_gmt":"2023-01-11T17:37:49","guid":{"rendered":"https:\/\/www.cloudsurph.com\/?p=5446"},"modified":"2023-01-11T12:38:56","modified_gmt":"2023-01-11T17:38:56","slug":"creating-an-object-in-javascript","status":"publish","type":"post","link":"https:\/\/www.cloudsurph.com\/creating-an-object-in-javascript\/","title":{"rendered":"Creating an Object in JavaScript"},"content":{"rendered":"<p>JavaScript is a simple object-based example. An object is a collection of properties and property can have a function as its value, which is referred to as a method.<\/p>\n<p>For example, in many other programming languages, JavaScript\u2019s objects are comparable to actual physical objects.<\/p>\n<p>That\u2019s why an object in JavaScript is a separate entity having properties and a type.<\/p>\n<h2>How to Create an Object in JavaScript<\/h2>\n<p>Firstly, Objects are the most important part of the JavaScript language, and there are two ways that you can create them in your application.<\/p>\n<p><em><strong>IF you want then buy a good, reliable, secure web\u00a0<a href=\"https:\/\/www.cloudsurph.com\/windows-vps-hosting\/\">hosting<\/a>\u00a0service \u00a0from here:\u00a0<a href=\"https:\/\/hosting.cloudsurph.com\/\">click here<\/a><\/strong><\/em><\/p>\n<h3>New Keyword<\/h3>\n<p>Secondly, the first way is by using the new keyword, which creates a new empty object.<\/p>\n<p>So, the new keyword works like this \u201cyou give it a variable name and optionally followed by arguments to initialize its properties\u201d.<\/p>\n<pre class=\"prettyprint\">\r\nvar x = new Number(5);.\r\n<\/pre>\n<h3>Object Constructor<\/h3>\n<p>Now, the second way is by using the <strong>Object()<\/strong> constructor function, which returns an instance of the built-in Object class.<\/p>\n<p>For example, the code creates a variable called <strong>myObject<\/strong> and assigns it the value of \u201cHello\u201d.<\/p>\n<h5><em><strong>You can purchase your\u00a0<a href=\"https:\/\/hosting.cloudsurph.com\/\">hosting from Cloudsurph.com<\/a>,\u00a0<a href=\"https:\/\/hosting.cloudsurph.com\/\">Cloudsurph hosting<\/a>\u00a0is a reliable hosting option for business and personal projects. We offer insight and help on system configuration issues and code errors or bugs<\/strong>.<\/em><\/h5>\n<pre class=\"prettyprint\">\r\nvar myObject = {};\r\nmyObject.name = \"Hello\";\r\n<\/pre>\n<h3>Object to Array JavaScript<\/h3>\n<p>We can use various types of methods can be used in JavaScript to turn an object into an array. <strong>Object.keys()<\/strong>, <strong>Object.values()<\/strong>, and <strong>Object.entries<\/strong> are a few of the available methods (), example below:<\/p>\n<pre class=\"prettyprint\">\r\nvar map = function(obj, f)\r\n{\r\nreturn Object.keys(obj).map(f);\r\n}\r\n<\/pre>\n<h4>Using a New Keyword to Create an Object in the JavaScript<\/h4>\n<p>Now, when we are using a new keyword to create an object in JavaScript, we can use the following codes below:<\/p>\n<pre class=\"prettyprint\">\r\nfunction Person(name)\r\n{ this.name = name; } Person.prototype = { getName: function() { return this.name; }, sayHello: function() { console.log(\"hello\"); } }; var p = new Person(\"Jack\"); p.sayHello();\r\nfunction findIndexOfObject(arr, obj) { for (var i = arr.length; i--;) if (arr[i] == obj) return i; return -1 }\r\n<\/pre>\n<h3>Finding the Index of an Object<\/h3>\n<p>In JavaScript, there are many ways to find an index of an object in an array, and the best way is using for..of <strong>loop<\/strong>.<\/p>\n<pre class=\"prettyprint\">\r\nfor (const [index, ...array]) { \/\/ Do something with the array }\r\n<\/pre>\n<h3>How to Check Code in an Array?<\/h3>\n<p>Finally, we can use the following code to check whether a given number exists in an array:<\/p>\n<pre class=\"prettyprint\">\r\nvar people = [ {name: \"John\", age: 27}, {name: \"Mary\", age: 36}, {name: \"Jerry\", age: 33} ];\r\n<\/pre>\n<h3>Conclusion<\/h3>\n<p>Lastly, when we are creating objects with this method. It is ensured to remember that they have no methods or properties until after they have been created.<\/p>\n<p>So, we can say that they cannot be used as arguments to any function or as keys in an array or hash.<\/p>\n<p>You also can\u2019t use them as if they were regular variables and they are not actually variables but rather objects.<\/p>\n<p>That\u2019s it. If you enjoyed reading this article and have more questions please reach out to our\u00a0<a href=\"https:\/\/hosting.cloudsurph.com\/submitticket.php?step=2&amp;deptid=1\">support team<\/a>\u00a0via live chat or\u00a0<a href=\"mailto:support@cloudsurph.com\">email<\/a>\u00a0and we would be glad to help you. we provide server\u00a0<a href=\"https:\/\/hosting.cloudsurph.com\/\">hosting<\/a>\u00a0for all types of need and we can even get your\u00a0<a href=\"https:\/\/hosting.cloudsurph.com\/\">server<\/a>\u00a0up and running with the service of your choice.<\/p>\n","protected":false},"excerpt":{"rendered":"<p>JavaScript is a simple object-based example. An object is a collection of properties and property can have a function as its value, which is referred to as a method. For example, in many other programming languages, JavaScript\u2019s objects are comparable to actual physical objects. That\u2019s why an object in JavaScript is a separate entity having [&hellip;]<\/p>\n","protected":false},"author":8,"featured_media":5447,"comment_status":"closed","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"_et_pb_use_builder":"","_et_pb_old_content":"","_et_gb_content_width":"","footnotes":""},"categories":[157,25,162,158,159,44,1],"tags":[54,47,105,103,48,113],"class_list":["post-5446","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-centos-7","category-web-hosting-virtualization","category-javascript","category-linux-basics","category-linux-server","category-kvm-xen","category-virtual-private-servers","tag-best-vps-hosting-server-maryland","tag-cheap-cloud-servers","tag-cheap-storage-server-hosting","tag-cheapest-vps","tag-dedicated-server-hosting-in-washington-d-c","tag-speed-test-vps"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.3 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>How to Create an Object in JavaScript<\/title>\n<meta name=\"description\" content=\"Creating an Object in JavaScript, New Keyword, Object Constructor, How to Check Code in an Array, Finding the Index of an Object\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/www.cloudsurph.com\/creating-an-object-in-javascript\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"How to Create an Object in JavaScript\" \/>\n<meta property=\"og:description\" content=\"Creating an Object in JavaScript, New Keyword, Object Constructor, How to Check Code in an Array, Finding the Index of an Object\" \/>\n<meta property=\"og:url\" content=\"https:\/\/www.cloudsurph.com\/creating-an-object-in-javascript\/\" \/>\n<meta property=\"og:site_name\" content=\"Cloudsurph Web Hosting Washington D.C.\" \/>\n<meta property=\"article:publisher\" content=\"https:\/\/www.facebook.com\/CloudSurph\/\" \/>\n<meta property=\"article:published_time\" content=\"2023-01-11T17:37:49+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2023-01-11T17:38:56+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/www.cloudsurph.com\/wp-content\/uploads\/2023\/01\/How-to-Create-an-Object-in-JavaScript.jpg\" \/>\n\t<meta property=\"og:image:width\" content=\"1264\" \/>\n\t<meta property=\"og:image:height\" content=\"760\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/jpeg\" \/>\n<meta name=\"author\" content=\"Rony\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:creator\" content=\"@cloudsurph\" \/>\n<meta name=\"twitter:site\" content=\"@Cloud_Surph\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"Rony\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"3 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\\\/\\\/www.cloudsurph.com\\\/creating-an-object-in-javascript\\\/#article\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/www.cloudsurph.com\\\/creating-an-object-in-javascript\\\/\"},\"author\":{\"name\":\"Rony\",\"@id\":\"https:\\\/\\\/www.cloudsurph.com\\\/#\\\/schema\\\/person\\\/ac9b4dd136d96e50d5f29c560191e7ed\"},\"headline\":\"Creating an Object in JavaScript\",\"datePublished\":\"2023-01-11T17:37:49+00:00\",\"dateModified\":\"2023-01-11T17:38:56+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\\\/\\\/www.cloudsurph.com\\\/creating-an-object-in-javascript\\\/\"},\"wordCount\":480,\"publisher\":{\"@id\":\"https:\\\/\\\/www.cloudsurph.com\\\/#organization\"},\"image\":{\"@id\":\"https:\\\/\\\/www.cloudsurph.com\\\/creating-an-object-in-javascript\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/www.cloudsurph.com\\\/wp-content\\\/uploads\\\/2023\\\/01\\\/How-to-Create-an-Object-in-JavaScript.jpg\",\"keywords\":[\"Best VPS hosting server Maryland\",\"Cheap Cloud Servers\",\"Cheap Storage Server Hosting\",\"Cheapest VPS\",\"Dedicated Server Hosting in Washington D.C\",\"Speed test VPS\"],\"articleSection\":[\"CentOS 7\",\"Cloud Hosting\",\"JavaScript\",\"Linux Basics\",\"Linux Server\",\"Virtualization\",\"VPS Servers\"],\"inLanguage\":\"en-US\"},{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/www.cloudsurph.com\\\/creating-an-object-in-javascript\\\/\",\"url\":\"https:\\\/\\\/www.cloudsurph.com\\\/creating-an-object-in-javascript\\\/\",\"name\":\"How to Create an Object in JavaScript\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/www.cloudsurph.com\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/www.cloudsurph.com\\\/creating-an-object-in-javascript\\\/#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/www.cloudsurph.com\\\/creating-an-object-in-javascript\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/www.cloudsurph.com\\\/wp-content\\\/uploads\\\/2023\\\/01\\\/How-to-Create-an-Object-in-JavaScript.jpg\",\"datePublished\":\"2023-01-11T17:37:49+00:00\",\"dateModified\":\"2023-01-11T17:38:56+00:00\",\"description\":\"Creating an Object in JavaScript, New Keyword, Object Constructor, How to Check Code in an Array, Finding the Index of an Object\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/www.cloudsurph.com\\\/creating-an-object-in-javascript\\\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/www.cloudsurph.com\\\/creating-an-object-in-javascript\\\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/www.cloudsurph.com\\\/creating-an-object-in-javascript\\\/#primaryimage\",\"url\":\"https:\\\/\\\/www.cloudsurph.com\\\/wp-content\\\/uploads\\\/2023\\\/01\\\/How-to-Create-an-Object-in-JavaScript.jpg\",\"contentUrl\":\"https:\\\/\\\/www.cloudsurph.com\\\/wp-content\\\/uploads\\\/2023\\\/01\\\/How-to-Create-an-Object-in-JavaScript.jpg\",\"width\":1264,\"height\":760,\"caption\":\"Creating an Object in JavaScript\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/www.cloudsurph.com\\\/creating-an-object-in-javascript\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/www.cloudsurph.com\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Creating an Object in JavaScript\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/www.cloudsurph.com\\\/#website\",\"url\":\"https:\\\/\\\/www.cloudsurph.com\\\/\",\"name\":\"Cloudsurph Web Hosting Washington D.C.\",\"description\":\"Dedicated Server Hosting\",\"publisher\":{\"@id\":\"https:\\\/\\\/www.cloudsurph.com\\\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/www.cloudsurph.com\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\\\/\\\/www.cloudsurph.com\\\/#organization\",\"name\":\"CloudSurph Technology Solutions\",\"url\":\"https:\\\/\\\/www.cloudsurph.com\\\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/www.cloudsurph.com\\\/#\\\/schema\\\/logo\\\/image\\\/\",\"url\":\"https:\\\/\\\/www.cloudsurph.com\\\/wp-content\\\/uploads\\\/2016\\\/04\\\/cloudsurph-logo.png\",\"contentUrl\":\"https:\\\/\\\/www.cloudsurph.com\\\/wp-content\\\/uploads\\\/2016\\\/04\\\/cloudsurph-logo.png\",\"width\":2348,\"height\":1692,\"caption\":\"CloudSurph Technology Solutions\"},\"image\":{\"@id\":\"https:\\\/\\\/www.cloudsurph.com\\\/#\\\/schema\\\/logo\\\/image\\\/\"},\"sameAs\":[\"https:\\\/\\\/www.facebook.com\\\/CloudSurph\\\/\",\"https:\\\/\\\/x.com\\\/Cloud_Surph\"]},{\"@type\":\"Person\",\"@id\":\"https:\\\/\\\/www.cloudsurph.com\\\/#\\\/schema\\\/person\\\/ac9b4dd136d96e50d5f29c560191e7ed\",\"name\":\"Rony\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/40163fe1eb49d5eddd81954e8ad5122633e141df15b0733d07fbe4a156688ba5?s=96&d=mm&r=g\",\"url\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/40163fe1eb49d5eddd81954e8ad5122633e141df15b0733d07fbe4a156688ba5?s=96&d=mm&r=g\",\"contentUrl\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/40163fe1eb49d5eddd81954e8ad5122633e141df15b0733d07fbe4a156688ba5?s=96&d=mm&r=g\",\"caption\":\"Rony\"},\"sameAs\":[\"https:\\\/\\\/x.com\\\/cloudsurph\"],\"url\":\"https:\\\/\\\/www.cloudsurph.com\\\/author\\\/ron\\\/\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"How to Create an Object in JavaScript","description":"Creating an Object in JavaScript, New Keyword, Object Constructor, How to Check Code in an Array, Finding the Index of an Object","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/www.cloudsurph.com\/creating-an-object-in-javascript\/","og_locale":"en_US","og_type":"article","og_title":"How to Create an Object in JavaScript","og_description":"Creating an Object in JavaScript, New Keyword, Object Constructor, How to Check Code in an Array, Finding the Index of an Object","og_url":"https:\/\/www.cloudsurph.com\/creating-an-object-in-javascript\/","og_site_name":"Cloudsurph Web Hosting Washington D.C.","article_publisher":"https:\/\/www.facebook.com\/CloudSurph\/","article_published_time":"2023-01-11T17:37:49+00:00","article_modified_time":"2023-01-11T17:38:56+00:00","og_image":[{"width":1264,"height":760,"url":"https:\/\/www.cloudsurph.com\/wp-content\/uploads\/2023\/01\/How-to-Create-an-Object-in-JavaScript.jpg","type":"image\/jpeg"}],"author":"Rony","twitter_card":"summary_large_image","twitter_creator":"@cloudsurph","twitter_site":"@Cloud_Surph","twitter_misc":{"Written by":"Rony","Est. reading time":"3 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/www.cloudsurph.com\/creating-an-object-in-javascript\/#article","isPartOf":{"@id":"https:\/\/www.cloudsurph.com\/creating-an-object-in-javascript\/"},"author":{"name":"Rony","@id":"https:\/\/www.cloudsurph.com\/#\/schema\/person\/ac9b4dd136d96e50d5f29c560191e7ed"},"headline":"Creating an Object in JavaScript","datePublished":"2023-01-11T17:37:49+00:00","dateModified":"2023-01-11T17:38:56+00:00","mainEntityOfPage":{"@id":"https:\/\/www.cloudsurph.com\/creating-an-object-in-javascript\/"},"wordCount":480,"publisher":{"@id":"https:\/\/www.cloudsurph.com\/#organization"},"image":{"@id":"https:\/\/www.cloudsurph.com\/creating-an-object-in-javascript\/#primaryimage"},"thumbnailUrl":"https:\/\/www.cloudsurph.com\/wp-content\/uploads\/2023\/01\/How-to-Create-an-Object-in-JavaScript.jpg","keywords":["Best VPS hosting server Maryland","Cheap Cloud Servers","Cheap Storage Server Hosting","Cheapest VPS","Dedicated Server Hosting in Washington D.C","Speed test VPS"],"articleSection":["CentOS 7","Cloud Hosting","JavaScript","Linux Basics","Linux Server","Virtualization","VPS Servers"],"inLanguage":"en-US"},{"@type":"WebPage","@id":"https:\/\/www.cloudsurph.com\/creating-an-object-in-javascript\/","url":"https:\/\/www.cloudsurph.com\/creating-an-object-in-javascript\/","name":"How to Create an Object in JavaScript","isPartOf":{"@id":"https:\/\/www.cloudsurph.com\/#website"},"primaryImageOfPage":{"@id":"https:\/\/www.cloudsurph.com\/creating-an-object-in-javascript\/#primaryimage"},"image":{"@id":"https:\/\/www.cloudsurph.com\/creating-an-object-in-javascript\/#primaryimage"},"thumbnailUrl":"https:\/\/www.cloudsurph.com\/wp-content\/uploads\/2023\/01\/How-to-Create-an-Object-in-JavaScript.jpg","datePublished":"2023-01-11T17:37:49+00:00","dateModified":"2023-01-11T17:38:56+00:00","description":"Creating an Object in JavaScript, New Keyword, Object Constructor, How to Check Code in an Array, Finding the Index of an Object","breadcrumb":{"@id":"https:\/\/www.cloudsurph.com\/creating-an-object-in-javascript\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/www.cloudsurph.com\/creating-an-object-in-javascript\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/www.cloudsurph.com\/creating-an-object-in-javascript\/#primaryimage","url":"https:\/\/www.cloudsurph.com\/wp-content\/uploads\/2023\/01\/How-to-Create-an-Object-in-JavaScript.jpg","contentUrl":"https:\/\/www.cloudsurph.com\/wp-content\/uploads\/2023\/01\/How-to-Create-an-Object-in-JavaScript.jpg","width":1264,"height":760,"caption":"Creating an Object in JavaScript"},{"@type":"BreadcrumbList","@id":"https:\/\/www.cloudsurph.com\/creating-an-object-in-javascript\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/www.cloudsurph.com\/"},{"@type":"ListItem","position":2,"name":"Creating an Object in JavaScript"}]},{"@type":"WebSite","@id":"https:\/\/www.cloudsurph.com\/#website","url":"https:\/\/www.cloudsurph.com\/","name":"Cloudsurph Web Hosting Washington D.C.","description":"Dedicated Server Hosting","publisher":{"@id":"https:\/\/www.cloudsurph.com\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/www.cloudsurph.com\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/www.cloudsurph.com\/#organization","name":"CloudSurph Technology Solutions","url":"https:\/\/www.cloudsurph.com\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/www.cloudsurph.com\/#\/schema\/logo\/image\/","url":"https:\/\/www.cloudsurph.com\/wp-content\/uploads\/2016\/04\/cloudsurph-logo.png","contentUrl":"https:\/\/www.cloudsurph.com\/wp-content\/uploads\/2016\/04\/cloudsurph-logo.png","width":2348,"height":1692,"caption":"CloudSurph Technology Solutions"},"image":{"@id":"https:\/\/www.cloudsurph.com\/#\/schema\/logo\/image\/"},"sameAs":["https:\/\/www.facebook.com\/CloudSurph\/","https:\/\/x.com\/Cloud_Surph"]},{"@type":"Person","@id":"https:\/\/www.cloudsurph.com\/#\/schema\/person\/ac9b4dd136d96e50d5f29c560191e7ed","name":"Rony","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/secure.gravatar.com\/avatar\/40163fe1eb49d5eddd81954e8ad5122633e141df15b0733d07fbe4a156688ba5?s=96&d=mm&r=g","url":"https:\/\/secure.gravatar.com\/avatar\/40163fe1eb49d5eddd81954e8ad5122633e141df15b0733d07fbe4a156688ba5?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/40163fe1eb49d5eddd81954e8ad5122633e141df15b0733d07fbe4a156688ba5?s=96&d=mm&r=g","caption":"Rony"},"sameAs":["https:\/\/x.com\/cloudsurph"],"url":"https:\/\/www.cloudsurph.com\/author\/ron\/"}]}},"_links":{"self":[{"href":"https:\/\/www.cloudsurph.com\/wp-json\/wp\/v2\/posts\/5446","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.cloudsurph.com\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.cloudsurph.com\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.cloudsurph.com\/wp-json\/wp\/v2\/users\/8"}],"replies":[{"embeddable":true,"href":"https:\/\/www.cloudsurph.com\/wp-json\/wp\/v2\/comments?post=5446"}],"version-history":[{"count":2,"href":"https:\/\/www.cloudsurph.com\/wp-json\/wp\/v2\/posts\/5446\/revisions"}],"predecessor-version":[{"id":5449,"href":"https:\/\/www.cloudsurph.com\/wp-json\/wp\/v2\/posts\/5446\/revisions\/5449"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/www.cloudsurph.com\/wp-json\/wp\/v2\/media\/5447"}],"wp:attachment":[{"href":"https:\/\/www.cloudsurph.com\/wp-json\/wp\/v2\/media?parent=5446"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.cloudsurph.com\/wp-json\/wp\/v2\/categories?post=5446"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.cloudsurph.com\/wp-json\/wp\/v2\/tags?post=5446"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}