{"json_modified": "2014-02-24T11:44:04.757075", "slug": "Web/JavaScript/Reference/Statements/do...while", "tags": [], "locale": "en-US", "title": "do...while", "translations": [{"locale": "es", "url": "/es/docs/Referencia_de_JavaScript_1.5/Sentencias/do...while", "last_edit": "2007-10-10T14:46:26", "title": "do...while"}, {"locale": "fr", "url": "/fr/docs/JavaScript/R%C3%A9f%C3%A9rence_JavaScript/Instructions/do...while", "last_edit": "2013-07-22T12:54:17", "title": "do...while"}, {"locale": "ja", "url": "/ja/docs/Core_JavaScript_1.5_Reference/Statements/do...while", "last_edit": "2010-09-19T14:01:16", "title": "do...while"}, {"locale": "pl", "url": "/pl/docs/Dokumentacja_j%C4%99zyka_JavaScript_1.5/Polecenia/do...while", "last_edit": "2007-10-10T15:07:48", "title": "do...while"}], "modified": "2014-02-24T11:44:04", "label": "do...while", "url": "/en-US/docs/Web/JavaScript/Reference/Statements/do...while", "last_edit": "2014-02-24T11:44:04", "summary": "Creates a loop that executes a specified statement until the test condition evaluates to false. The condition is evaluated after executing the statement, resulting in the specified statement executing at least once.", "sections": [{"id": "Summary", "title": "Summary"}, {"id": "Version_Information", "title": "Version Information"}, {"id": "Syntax", "title": "Syntax"}, {"id": "Parameters", "title": "Parameters"}, {"id": "Examples", "title": "Examples"}, {"id": "Example:_Using_do...while", "title": "Example: Using do...while"}, {"id": "See_also", "title": "See also"}], "id": 37212, "review_tags": []}