{"json_modified": "2015-04-27T00:52:11.398799", "slug": "Web/JavaScript/Referencia/Objetos_globales/Array/pop", "tags": [], "locale": "es", "title": "Array.prototype.pop()", "translations": [{"title": "Array.prototype.pop()", "url": "/ja/docs/Web/JavaScript/Reference/Global_Objects/Array/pop", "tags": ["Array", "prototype", "Method", "JavaScript"], "summary": "\u914d\u5217\u304b\u3089\u6700\u5f8c\u306e\u8981\u7d20\u3092\u53d6\u308a\u9664\u304d\u3001\u305d\u306e\u8981\u7d20\u3092\u8fd4\u3057\u307e\u3059\u3002", "localization_tags": [], "locale": "ja", "last_edit": "2014-11-09T16:03:30", "review_tags": []}, {"title": "Array.prototype.pop()", "url": "/en-US/docs/Web/JavaScript/Reference/Global_Objects/Array/pop", "tags": ["Array", "prototype", "Method", "JavaScript"], "summary": "The pop() method removes the last element from an array and returns that element.", "localization_tags": [], "locale": "en-US", "last_edit": "2014-09-04T17:10:57", "review_tags": []}, {"title": "Array.prototype.pop()", "url": "/pl/docs/Web/JavaScript/Referencje/Obiekty/Array/pop", "tags": ["Dokumentacja_JavaScript", "JavaScript", "Dokumentacje", "Wszystkie_kategorie"], "summary": "Usuwa ostatni element z tablicy zwracaj\u0105c go. Metoda ta zmienia d\u0142ugo\u015b\u0107 tablicy.", "localization_tags": [], "locale": "pl", "last_edit": "2015-04-18T03:25:58", "review_tags": []}, {"title": "Array.prototype.pop()", "url": "/zh-CN/docs/Web/JavaScript/Reference/Global_Objects/Array/pop", "tags": [], "summary": "pop() \u65b9\u6cd5\u5220\u9664\u4e00\u4e2a\u6570\u7ec4\u4e2d\u7684\u6700\u540e\u7684\u4e00\u4e2a\u5143\u7d20\uff0c\u5e76\u4e14\u8fd4\u56de\u8fd9\u4e2a\u5143\u7d20\u3002", "localization_tags": [], "locale": "zh-CN", "last_edit": "2014-07-30T07:41:07", "review_tags": []}, {"title": "Array.prototype.pop()", "url": "/de/docs/Web/JavaScript/Reference/Global_Objects/Array/pop", "tags": ["protptype", "Array", "Method", "JavaScript"], "summary": "Die pop() Methode entfernt das letzte Element eines Arrays und gibt dieses zur\u00fcck.", "localization_tags": [], "locale": "de", "last_edit": "2014-09-28T06:50:27", "review_tags": []}, {"title": "Array.prototype.pop()", "url": "/fr/docs/Web/JavaScript/Reference/Objets_globaux/Array/pop", "tags": ["Reference", "R\u00e9f\u00e9rence", "Array", "prototype", "JavaScript", "Method"], "summary": "La m\u00e9thode pop() supprime le dernier \u00e9l\u00e9ment d'un tableau et retourne cet \u00e9l\u00e9ment.", "localization_tags": [], "locale": "fr", "last_edit": "2015-01-13T13:41:22", "review_tags": []}, {"title": "Array.prototype.pop()", "url": "/ru/docs/Web/JavaScript/Reference/Global_Objects/Array/pop", "tags": ["Array", "prototype", "Method", "JavaScript"], "summary": "\u041c\u0435\u0442\u043e\u0434 pop() \u0443\u0434\u0430\u043b\u044f\u0435\u0442 \u043f\u043e\u0441\u043b\u0435\u0434\u043d\u0438\u0439 \u044d\u043b\u0435\u043c\u0435\u043d\u0442 \u0438\u0437 \u043c\u0430\u0441\u0441\u0438\u0432\u0430 \u0438 \u0432\u043e\u0437\u0432\u0440\u0430\u0449\u0430\u0435\u0442 \u0435\u0433\u043e \u0437\u043d\u0430\u0447\u0435\u043d\u0438\u0435.", "localization_tags": [], "locale": "ru", "last_edit": "2014-11-19T04:01:03", "review_tags": []}, {"title": "Array.prototype.pop()", "url": "/pt-BR/docs/Web/JavaScript/Reference/Global_Objects/Array/pop", "tags": ["Pop", "Array", "JavaScript"], "summary": "O m\u00e9todo pop() remove o \u00faltimo elemento de um array e retorna aquele elemento.", "localization_tags": [], "locale": "pt-BR", "last_edit": "2015-02-11T12:56:34", "review_tags": []}], "modified": "2015-04-27T00:52:09", "label": "Array.prototype.pop()", "localization_tags": ["inprogress"], "url": "/es/docs/Web/JavaScript/Referencia/Objetos_globales/Array/pop", "last_edit": "2015-04-27T00:52:04", "summary": "El m\u00e9todo pop() elimina el \u00faltimo elmenento de un array y lo devuelve.", "sections": [{"id": "Quick_Links", "title": "Standard built-in objects Array Propriedades Array.prototype [Traducir] Array.prototype.length [Traducir] M\u00e9todos Array.from() [Traducir] Array.isArray() [Traducir] Array.observe() [Traducir] Array.of() [Traducir] Array.prototype.concat() [Traducir] Array.prototype.copyWithin() [Traducir] Array.prototype.entries() [Traducir] Array.prototype.every() [Traducir] Array.prototype.fill() [Traducir] Array.prototype.filter() Array.prototype.find() [Traducir] Array.prototype.findIndex() [Traducir] Array.prototype.forEach() Array.prototype.includes() [Traducir] Array.prototype.indexOf() Array.prototype.join() [Traducir] Array.prototype.keys() [Traducir] Array.prototype.lastIndexOf() [Traducir] Array.prototype.map() [Traducir] Array.prototype.pop() [Traducir] Array.prototype.push() Array.prototype.reduce() Array.prototype.reduceRight() Array.prototype.reverse() [Traducir] Array.prototype.shift() [Traducir] Array.prototype.slice() [Traducir] Array.prototype.some() [Traducir] Array.prototype.sort() [Traducir] Array.prototype.splice() Array.prototype.toLocaleString() [Traducir] Array.prototype.toSource() [Traducir] Array.prototype.toString() [Traducir] Array.prototype.unshift() [Traducir] Array.prototype.values() [Traducir] Array.prototype[@@iterator]() [Traducir] Inheritance: Function Propriedades Function.arguments Function.arity [Traducir] Function.caller [Traducir] Function.displayName [Traducir] Function.length [Traducir] Function.name [Traducir] Function.prototype M\u00e9todos Function.prototype.apply() Function.prototype.bind() Function.prototype.call() Function.prototype.isGenerator() [Traducir] Function.prototype.toSource() [Traducir] Function.prototype.toString() [Traducir] Object Propriedades Object.prototype.__count__ [Traducir] Object.prototype.__noSuchMethod__ [Traducir] Object.prototype.__parent__ [Traducir] Object.prototype.__proto__ [Traducir] Object.prototype.constructor M\u00e9todos Object.prototype.__defineGetter__() [Traducir] Object.prototype.__defineSetter__() [Traducir] Object.prototype.__lookupGetter__() [Traducir] Object.prototype.__lookupSetter__() [Traducir] Object.prototype.hasOwnProperty() Object.prototype.isPrototypeOf() [Traducir] Object.prototype.propertyIsEnumerable() [Traducir] Object.prototype.toLocaleString() [Traducir] Object.prototype.toSource() [Traducir] Object.prototype.toString() Object.prototype.unwatch() Object.prototype.valueOf() Object.prototype.watch()"}, {"id": "Summary", "title": "Sumario"}, {"id": "Syntax", "title": "Sintaxis"}, {"id": "Description", "title": "Descripci\u00f3n"}, {"id": "Examples", "title": "Ejemplos"}, {"id": "Example:_Removing_the_last_element_of_an_array", "title": "Ejemplo: Eliminando el \u00faltimo elemento de un array"}, {"id": "Specifications", "title": "Especificaciones"}, {"id": "Browser_compatibility", "title": "Compatibilidad con navegadores"}, {"id": "See_also", "title": "Vea tambi\u00e9n"}], "id": 148379, "review_tags": []}