{"id":202,"date":"2019-12-17T20:08:42","date_gmt":"2019-12-17T20:08:42","guid":{"rendered":"http:\/\/ampli.fluidone.it\/?p=202"},"modified":"2019-12-17T20:22:19","modified_gmt":"2019-12-17T20:22:19","slug":"java-script-vs-nodejs","status":"publish","type":"post","link":"https:\/\/ampli.fluidone.it\/index.php\/2019\/12\/17\/java-script-vs-nodejs\/","title":{"rendered":"Java Script vs nodejs"},"content":{"rendered":"\n<p class=\"has-drop-cap\">La differenza tra Javascript e node js.<\/p>\n\n\n\n<p><\/p>\n\n\n\n<p>Eseguendo le stesse assegnazioni nei due linguaggi, si ottengono risultati differenti.<\/p>\n\n\n\n<p class=\"has-drop-cap\">\n<pre>\n\n####################################\n## Javascript dentro nel browser\n####################################\n[] + []\n\"\"\n{} + []\n0\n[] + {}\n\"[object Object]\"\n{} + {}\nNaN\n\n\n####################################\n## nodejs dentro nel terminale\n####################################\n&gt; [] + []\n''\n&gt; {} + []\n0\n&gt; [] + {}\n'[object Object]'\n&gt; {} + {}\n'[object Object][object Object]'\n\n\n<\/pre>\n<\/p>\n","protected":false},"excerpt":{"rendered":"<p>La differenza tra Javascript e node js. Eseguendo le stesse assegnazioni nei due linguaggi, si ottengono risultati differenti. #################################### ## Javascript dentro nel browser #################################### [] + [] &#8220;&#8221; {} + [] 0 [] + {} &#8220;[object Object]&#8221; {} + {} NaN #################################### ## nodejs dentro nel terminale #################################### &gt; [] + [] &#8221; &gt; [&hellip;]<\/p>\n","protected":false},"author":3,"featured_media":204,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[1],"tags":[13,14,8,9,11],"class_list":["post-202","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-uncategorized","tag-between","tag-differences","tag-javascript-versus-nodejs","tag-js","tag-node"],"_links":{"self":[{"href":"https:\/\/ampli.fluidone.it\/index.php\/wp-json\/wp\/v2\/posts\/202","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/ampli.fluidone.it\/index.php\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/ampli.fluidone.it\/index.php\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/ampli.fluidone.it\/index.php\/wp-json\/wp\/v2\/users\/3"}],"replies":[{"embeddable":true,"href":"https:\/\/ampli.fluidone.it\/index.php\/wp-json\/wp\/v2\/comments?post=202"}],"version-history":[{"count":3,"href":"https:\/\/ampli.fluidone.it\/index.php\/wp-json\/wp\/v2\/posts\/202\/revisions"}],"predecessor-version":[{"id":207,"href":"https:\/\/ampli.fluidone.it\/index.php\/wp-json\/wp\/v2\/posts\/202\/revisions\/207"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/ampli.fluidone.it\/index.php\/wp-json\/wp\/v2\/media\/204"}],"wp:attachment":[{"href":"https:\/\/ampli.fluidone.it\/index.php\/wp-json\/wp\/v2\/media?parent=202"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/ampli.fluidone.it\/index.php\/wp-json\/wp\/v2\/categories?post=202"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/ampli.fluidone.it\/index.php\/wp-json\/wp\/v2\/tags?post=202"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}