{"id":324,"date":"2018-03-16T04:41:29","date_gmt":"2018-03-15T22:41:29","guid":{"rendered":"https:\/\/mcqacademy.com\/en\/mcq\/considering-the-following-snap-of-code-what-is-the-expected-result-2\/"},"modified":"2018-03-16T04:41:29","modified_gmt":"2018-03-15T22:41:29","slug":"considering-the-following-snap-of-code-what-is-the-expected-result-2","status":"publish","type":"mcq","link":"https:\/\/mcqacademy.com\/en\/mcq\/considering-the-following-snap-of-code-what-is-the-expected-result-2\/","title":{"rendered":"Considering the following snap of code, what is the expected result?"},"content":{"rendered":"<p>Considering the following snap of code, what is the expected result?<\/p>\n<pre>const gotNumber = 46;\r\nif (gotNumber&gt;45) {\r\n    let division = 'Second Division';\r\n}\r\nconsole.log(`Division is ${division} by number ${gotNumber}`);<\/pre>\n","protected":false},"author":4,"featured_media":0,"comment_status":"open","ping_status":"closed","template":"","topic":[155],"subject":[17],"education_level":[],"class_list":["post-324","mcq","type-mcq","status-publish","hentry","topic-ecmascript-6-es6","subject-javascript"],"mcq_note":"<pre>const gotNumber = 46;\r\nif (gotNumber&gt;45) {\r\n    let division = 'Second Division';\r\n}\r\nconsole.log(`Division is ${division} by number ${gotNumber}`);<\/pre>\r\nVariable declared by <code>let<\/code> is <strong>block scope variable<\/strong>. So the variable <code>division<\/code> is only accessible from the if condition block. Ultimately the result is:\u00a0<code>Error: division is not defined<\/code>","mcq_options":[{"right":"yes","answer":"Error: division is not defined"},{"right":"no","answer":"Division is Second Division by number 46"},{"right":"no","answer":"Division is  Division by number 46"},{"right":"no","answer":"Error: unexpected token: identifier"}],"multi_answers":"no","subject_terms":[{"id":17,"title":"JavaScript","slug":"javascript"}],"topic_terms":[{"id":155,"title":"EcmaScript 6 (ES6)","slug":"ecmascript-6-es6"}],"_links":{"self":[{"href":"https:\/\/mcqacademy.com\/en\/wp-json\/wp\/v2\/mcq\/324","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/mcqacademy.com\/en\/wp-json\/wp\/v2\/mcq"}],"about":[{"href":"https:\/\/mcqacademy.com\/en\/wp-json\/wp\/v2\/types\/mcq"}],"author":[{"embeddable":true,"href":"https:\/\/mcqacademy.com\/en\/wp-json\/wp\/v2\/users\/4"}],"replies":[{"embeddable":true,"href":"https:\/\/mcqacademy.com\/en\/wp-json\/wp\/v2\/comments?post=324"}],"wp:attachment":[{"href":"https:\/\/mcqacademy.com\/en\/wp-json\/wp\/v2\/media?parent=324"}],"wp:term":[{"taxonomy":"topic","embeddable":true,"href":"https:\/\/mcqacademy.com\/en\/wp-json\/wp\/v2\/topic?post=324"},{"taxonomy":"subject","embeddable":true,"href":"https:\/\/mcqacademy.com\/en\/wp-json\/wp\/v2\/subject?post=324"},{"taxonomy":"education_level","embeddable":true,"href":"https:\/\/mcqacademy.com\/en\/wp-json\/wp\/v2\/education_level?post=324"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}