{"json_modified": "2016-09-26T00:57:44.700771", "uuid": "30e28bdd-09aa-4895-bd4e-67ec11065d91", "title": "Boolean", "url": "/en-US/docs/Glossary/Boolean", "tags": ["glossary", "Boolean", "JavaScript", "CodingScripting", "Glossary", "data types", "Programming Languages"], "translations": [{"uuid": "c53705db-573a-4544-9a3e-a81f6929d526", "title": "Boolean", "url": "/es/docs/Glossary/Boolean", "tags": ["Glosario", "Tipos de datos", "JavaScript"], "summary": "En ciencias de inform\u00e1tica, un boolean es un dato l\u00f3gico que solo puede tener los valores true o false.", "localization_tags": [], "locale": "es", "last_edit": "2015-04-12T09:34:31", "review_tags": []}, {"uuid": "ce516c4c-7fd1-4161-b1b1-811ac6ea6a51", "title": "Bool\u00e9en", "url": "/fr/docs/Glossaire/Boolean", "tags": ["Programming Languages", "CodingScripting", "Glossary", "data types", "JavaScript"], "summary": "Editorial review completed.", "localization_tags": [], "locale": "fr", "last_edit": "2015-05-01T22:51:39", "review_tags": []}, {"uuid": "8c293949-fe4b-491e-9ff6-e4d2b6c9e533", "title": "\u30d6\u30fc\u30ea\u30a2\u30f3\u578b", "url": "/ja/docs/Glossary/Boolean", "tags": ["Glossary", "JavaScript"], "summary": "\u30b3\u30f3\u30d4\u30e5\u30fc\u30bf\u30b5\u30a4\u30a8\u30f3\u30b9\u306b\u304a\u3044\u3066\u3001\u30d6\u30fc\u30ea\u30a2\u30f3\u578b (boolean) \u306f true\uff08\u771f\uff09\u304b false\uff08\u507d\uff09\u306e\u5024\u306e\u307f\u3092\u53d6\u308c\u308b\u8ad6\u7406\u30c7\u30fc\u30bf\u578b\u3067\u3059\u3002", "localization_tags": [], "locale": "ja", "last_edit": "2015-11-24T06:01:45", "review_tags": ["technical"]}, {"uuid": "2997ef0f-2fd0-4349-9cc7-7a8f1466864b", "title": "Booleano", "url": "/pt-BR/docs/Glossario/Booleano", "tags": [], "summary": "Um booleano, em ci\u00eancia da computa\u00e7\u00e3o, \u00e9 um tipo de dados l\u00f3gico que pode ter apenas um de dois valores poss\u00edveis: verdadeiro ou falso.", "localization_tags": [], "locale": "pt-BR", "last_edit": "2015-02-15T15:44:34", "review_tags": []}, {"uuid": "c130666f-faea-4873-8c5f-6d922400675f", "title": "Boolean (\u0411\u0443\u043b\u0435\u0432, \u041b\u043e\u0433\u0438\u0447\u0435\u0441\u043a\u0438\u0439 \u0442\u0438\u043f \u0434\u0430\u043d\u043d\u044b\u0445)", "url": "/ru/docs/%D0%A1%D0%BB%D0%BE%D0%B2%D0%B0%D1%80%D1%8C/Boolean", "tags": ["\u0422\u0438\u043f\u044b \u0434\u0430\u043d\u043d\u044b\u0445", "JavaScript"], "summary": "Boolean (\u0411\u0443\u043b\u0435\u0432, \u041b\u043e\u0433\u0438\u0447\u0435\u0441\u043a\u0438\u0439 \u0442\u0438\u043f \u0434\u0430\u043d\u043d\u044b\u0445) \u2014 \u043f\u0440\u0438\u043c\u0438\u0442\u0438\u0432\u043d\u044b\u0439 \u0442\u0438\u043f \u0434\u0430\u043d\u043d\u044b\u0445 \u0432 \u0438\u043d\u0444\u043e\u0440\u043c\u0430\u0442\u0438\u043a\u0435, \u043a\u043e\u0442\u043e\u0440\u044b\u0435 \u043c\u043e\u0433\u0443\u0442 \u043f\u0440\u0438\u043d\u0438\u043c\u0430\u0442\u044c \u0434\u0432\u0430 \u0432\u043e\u0437\u043c\u043e\u0436\u043d\u044b\u0445 \u0437\u043d\u0430\u0447\u0435\u043d\u0438\u044f, \u0438\u043d\u043e\u0433\u0434\u0430 \u043d\u0430\u0437\u044b\u0432\u0430\u0435\u043c\u044b\u0445 \u0438\u0441\u0442\u0438\u043d\u043e\u0439 (true) \u0438 \u043b\u043e\u0436\u044c\u044e (false).", "localization_tags": [], "locale": "ru", "last_edit": "2015-04-29T15:09:54", "review_tags": []}], "modified": "2016-09-26T00:57:44", "label": "Boolean", "localization_tags": [], "locale": "en-US", "id": 108183, "last_edit": "2016-09-26T00:57:41", "summary": "In computer science, a boolean is a logical data type that can have only the values true or false.\u00a0A boolean is how a programming language lets you represent true and false. Without the ability to represent the boolean values\u00a0a number of things in a language would no longer work. For example, in JavaScript, an if statement's\u00a0conditional has to resolve to a boolean value for it to execute at all. \u00a0In a JavaScript for loop\u00a0without it's boolean conditional the loop would never know whether to run it's coding or not.", "sections": [{"id": "Learn_more", "title": "Learn more"}, {"id": "General_knowledge", "title": "General knowledge"}, {"id": "Technical_reference", "title": "Technical reference"}], "slug": "Glossary/Boolean", "review_tags": []}