{"id":1629,"date":"2018-11-19T15:36:36","date_gmt":"2018-11-19T14:36:36","guid":{"rendered":"https:\/\/solidt.eu\/site\/?p=1629"},"modified":"2018-11-19T15:36:36","modified_gmt":"2018-11-19T14:36:36","slug":"es6-things","status":"publish","type":"post","link":"https:\/\/solidt.eu\/site\/es6-things\/","title":{"rendered":"ES6 things"},"content":{"rendered":"<pre class=\"lang:js decode:true \">\/\/ expand (spead) object\r\nvar state = {\r\n    id: 1,\r\n    points: 100,\r\n    name: \"Goran\"\r\n};\r\n\r\nvar newState = {\r\n    ...state,\r\n    points: 120\r\n}<\/pre>\n<pre class=\"lang:default decode:true \">\/\/ variable name as array index of param\r\n\/\/ + Object.entries key\/value loop\r\nconst b = {id: \"mockId\", name: \"peter\"}\r\nObject.entries(b).map(([key, value]) =&gt; \r\n    console.log(`${key} : ${value}`)\r\n)<\/pre>\n<p>&nbsp;<\/p>\n","protected":false},"excerpt":{"rendered":"<p>\/\/ expand (spead) object var state = { id: 1, points: 100, name: &#8220;Goran&#8221; }; var newState = { &#8230;state, points: 120 } \/\/ variable name as array index of param \/\/ + Object.entries key\/value loop const b = {id: &#8220;mockId&#8221;, name: &#8220;peter&#8221;} Object.entries(b).map(([key, value]) =&gt; console.log(`${key} : ${value}`) ) &nbsp;<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"inline_featured_image":false,"footnotes":""},"categories":[5],"tags":[],"class_list":["post-1629","post","type-post","status-publish","format-standard","hentry","category-javascript"],"_links":{"self":[{"href":"https:\/\/solidt.eu\/site\/wp-json\/wp\/v2\/posts\/1629","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/solidt.eu\/site\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/solidt.eu\/site\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/solidt.eu\/site\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/solidt.eu\/site\/wp-json\/wp\/v2\/comments?post=1629"}],"version-history":[{"count":1,"href":"https:\/\/solidt.eu\/site\/wp-json\/wp\/v2\/posts\/1629\/revisions"}],"predecessor-version":[{"id":1630,"href":"https:\/\/solidt.eu\/site\/wp-json\/wp\/v2\/posts\/1629\/revisions\/1630"}],"wp:attachment":[{"href":"https:\/\/solidt.eu\/site\/wp-json\/wp\/v2\/media?parent=1629"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/solidt.eu\/site\/wp-json\/wp\/v2\/categories?post=1629"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/solidt.eu\/site\/wp-json\/wp\/v2\/tags?post=1629"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}