{"json_modified": "2016-10-11T10:59:43.848581", "uuid": "fc2d6e40-a2d1-4e11-b38c-72b6e0aa8890", "title": "eval()", "url": "/en-US/docs/Web/JavaScript/Reference/Global_Objects/eval", "tags": ["JavaScript"], "translations": [{"uuid": "6c4fd649-edab-4c25-b054-4c9820851901", "title": "eval()", "url": "/de/docs/Web/JavaScript/Reference/Global_Objects/eval", "tags": ["JavaScript"], "summary": "Die Methode eval() wertet einen String aus und f\u00fchrt ihn als JavaScript-Code aus.", "localization_tags": ["inprogress"], "locale": "de", "last_edit": "2016-08-04T07:41:17", "review_tags": []}, {"uuid": "41d52eca-beee-4fd0-b70c-8ed861dc4e33", "title": "eval", "url": "/es/docs/Web/JavaScript/Referencia/Objetos_globales/eval", "tags": ["JavaScript"], "summary": "Eval\u00faa una cadena de c\u00f3digo JavaScript sin referenciar a un objeto en particular.", "localization_tags": [], "locale": "es", "last_edit": "2016-06-29T07:14:00", "review_tags": ["editorial"]}, {"uuid": "7327baa6-03ac-49aa-962d-8a6dda72b166", "title": "eval()", "url": "/fr/docs/Web/JavaScript/Reference/Objets_globaux/eval", "tags": ["R\u00e9f\u00e9rence", "JavaScript"], "summary": "La fonction eval() permet d'\u00e9valuer du code JavaScript repr\u00e9sent\u00e9 sous forme d'une cha\u00eene de caract\u00e8res.", "localization_tags": [], "locale": "fr", "last_edit": "2016-10-11T10:59:30", "review_tags": []}, {"uuid": "103b3b71-6739-4810-83ce-56c84ee40a45", "title": "eval()", "url": "/it/docs/Web/JavaScript/Reference/Global_Objects/eval", "tags": [], "summary": "Il metodo\u00a0eval() esegue il codice\u00a0JavaScript\u00a0rappresentato\u00a0come una stringa.", "localization_tags": [], "locale": "it", "last_edit": "2015-04-12T09:10:35", "review_tags": []}, {"uuid": "f038939e-12de-4bfa-9675-83f2615463e6", "title": "eval()", "url": "/ja/docs/Web/JavaScript/Reference/Global_Objects/eval", "tags": ["JavaScript"], "summary": "eval()\u00a0\u95a2\u6570\u306f\u6587\u5b57\u5217\u3092 JavaScript \u30b3\u30fc\u30c9\u3068\u3057\u3066\u8a55\u4fa1\u3057\u307e\u3059\u3002", "localization_tags": [], "locale": "ja", "last_edit": "2015-11-21T21:25:24", "review_tags": ["technical", "editorial"]}, {"uuid": "3e429e32-7903-48f3-8b31-aecea44aa712", "title": "eval()", "url": "/ko/docs/Web/JavaScript/Reference/Global_Objects/eval", "tags": [], "summary": "eval()\u00a0\uc740 \ubb38\uc790\ub85c\uc368 \ud45c\ud604\ub41c JavaScript \ucf54\ub4dc\ub97c \uc2e4\ud589\ud558\ub294 \uba54\uc18c\ub4dc\uc774\ub2e4.", "localization_tags": ["inprogress"], "locale": "ko", "last_edit": "2016-05-16T18:47:57", "review_tags": []}, {"uuid": "3f10e336-0dc6-4ac8-8d99-e0ebedab32ee", "title": "eval()", "url": "/pt-BR/docs/Web/JavaScript/Reference/Global_Objects/eval", "tags": [], "summary": "O m\u00e9todo\u00a0eval()\u00a0avalia c\u00f3digo JavaScript representado como uma string.", "localization_tags": ["inprogress"], "locale": "pt-BR", "last_edit": "2016-07-05T11:50:04", "review_tags": []}, {"uuid": "59c8630d-1eb4-4de8-9e48-fd9a313ca9b8", "title": "eval()", "url": "/ru/docs/Web/JavaScript/Reference/Global_Objects/eval", "tags": [], "summary": "\u041c\u0435\u0442\u043e\u0434\u00a0eval()\u00a0\u0432\u044b\u043f\u043e\u043b\u043d\u044f\u0435\u0442\u00a0JavaScript \u043a\u043e\u0434, \u043f\u0440\u0435\u0434\u0441\u0442\u0430\u0432\u043b\u0435\u043d\u043d\u044b\u0439 \u0441\u0442\u0440\u043e\u043a\u043e\u0439.", "localization_tags": ["inprogress"], "locale": "ru", "last_edit": "2016-07-17T07:04:19", "review_tags": []}, {"uuid": "4adb9c3f-76fb-4f4f-8731-4dbc53146774", "title": "eval()", "url": "/zh-CN/docs/Web/JavaScript/Reference/Global_Objects/eval", "tags": ["eval", "JavaScript"], "summary": "\u5c06\u4e00\u4e2aJavaScript\u4ee3\u7801\u5b57\u7b26\u4e32\u6c42\u503c\u6210\u7279\u5b9a\u7684\u5bf9\u8c61\u3002", "localization_tags": [], "locale": "zh-CN", "last_edit": "2016-10-10T09:26:06", "review_tags": []}], "modified": "2016-10-11T06:09:05", "label": "eval()", "localization_tags": [], "locale": "en-US", "id": 7724, "last_edit": "2016-10-11T06:08:57", "summary": "The eval() function evaluates JavaScript code represented as a string.", "sections": [{"id": "Quick_Links", "title": null}, {"id": "Syntax", "title": "Syntax"}, {"id": "Parameters", "title": "Parameters"}, {"id": "Return_value", "title": "Return value"}, {"id": "Description", "title": "Description"}, {"id": "Don't_use_eval_needlessly!", "title": "Don't use "}, {"id": "Accessing_member_properties", "title": "Accessing member properties"}, {"id": "Use_functions_instead_of_evaluating_snippets_of_code", "title": "Use functions instead of evaluating snippets of code"}, {"id": "Parsing_JSON_(converting_strings_to_JavaScript_objects)", "title": "Parsing JSON (converting strings to JavaScript objects)"}, {"id": "Pass_data_instead_of_code", "title": "Pass data instead of code"}, {"id": "Run_code_with_limited_privileges", "title": "Run code with limited privileges"}, {"id": "Examples", "title": "Examples"}, {"id": "Using_eval", "title": "Using "}, {"id": "Using_eval_to_evaluate_a_string_of_JavaScript_statements", "title": "Using "}, {"id": "Last_expression_is_evaluated", "title": "Last expression is evaluated"}, {"id": "eval_as_a_string_defining_function_requires_(_and_)_as_prefix_and_suffix", "title": null}, {"id": "Specifications", "title": "Specifications"}, {"id": "Browser_compatibility", "title": "Browser compatibility"}, {"id": "Gecko-specific_notes", "title": "Gecko-specific notes"}, {"id": "See_also", "title": "See also"}], "slug": "Web/JavaScript/Reference/Global_Objects/eval", "review_tags": []}