{"id":1795,"date":"2019-05-31T23:49:22","date_gmt":"2019-05-31T23:49:22","guid":{"rendered":"http:\/\/wiki.thomasandsofia.com\/?p=1795"},"modified":"2019-06-01T00:01:30","modified_gmt":"2019-06-01T00:01:30","slug":"javascript-definitions","status":"publish","type":"post","link":"https:\/\/wiki.thomasandsofia.com\/?p=1795","title":{"rendered":"Javascript Definitions"},"content":{"rendered":"<ul>\n<li>Execution Context\n<ul>\n<li>A wrapper to help manage the code that is running.<\/li>\n<\/ul>\n<\/li>\n<li>Lexical Environment\n<ul>\n<li>Where something sits physically in the code you write.<\/li>\n<\/ul>\n<\/li>\n<li>Object\n<ul>\n<li>A collection of Name\/Value pairs\n<ul>\n<li>This is the simplest definition of an Object as it pertains to Javascript.<\/li>\n<\/ul>\n<\/li>\n<\/ul>\n<\/li>\n<\/ul>\n<pre>\r\nAddress: {\r\n  Street: 'Main',\r\n  Number: 100,\r\n  Apartment: {\r\n    Floor: 3,\r\n    Number: 301\r\n  }\r\n}\r\n<\/pre>\n<p>&nbsp;<\/p>\n<ul>\n<li>Name \/ Value Pair\n<ul>\n<li>A Name which maps to a unique value\n<ul>\n<li>Address = &#8216;100 Main St&#8221;<\/li>\n<\/ul>\n<\/li>\n<\/ul>\n<\/li>\n<li>Syntax Parser\n<ul>\n<li>A program that reads your code and determines if it is valid or not.<\/li>\n<\/ul>\n<\/li>\n<\/ul>\n","protected":false},"excerpt":{"rendered":"<p>Execution Context A wrapper to help manage the code that is running. Lexical Environment Where something sits physically in the code you write. Object A collection of Name\/Value pairs This is the simplest definition of an Object as it pertains to Javascript. Address: { Street: &#8216;Main&#8217;, Number: 100, Apartment: { Floor: 3, Number: 301 } ..<\/p>\n<div class=\"clear-fix\"><\/div>\n<p><a href=\"https:\/\/wiki.thomasandsofia.com\/?p=1795\" title=\"read more...\">Read more<\/a><\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[43],"tags":[],"class_list":["post-1795","post","type-post","status-publish","format-standard","hentry","category-javascript"],"_links":{"self":[{"href":"https:\/\/wiki.thomasandsofia.com\/index.php?rest_route=\/wp\/v2\/posts\/1795","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/wiki.thomasandsofia.com\/index.php?rest_route=\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/wiki.thomasandsofia.com\/index.php?rest_route=\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/wiki.thomasandsofia.com\/index.php?rest_route=\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/wiki.thomasandsofia.com\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=1795"}],"version-history":[{"count":4,"href":"https:\/\/wiki.thomasandsofia.com\/index.php?rest_route=\/wp\/v2\/posts\/1795\/revisions"}],"predecessor-version":[{"id":1799,"href":"https:\/\/wiki.thomasandsofia.com\/index.php?rest_route=\/wp\/v2\/posts\/1795\/revisions\/1799"}],"wp:attachment":[{"href":"https:\/\/wiki.thomasandsofia.com\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=1795"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/wiki.thomasandsofia.com\/index.php?rest_route=%2Fwp%2Fv2%2Fcategories&post=1795"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/wiki.thomasandsofia.com\/index.php?rest_route=%2Fwp%2Fv2%2Ftags&post=1795"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}