-
- Pop
- -
-
- Shift
- -
-
- Push
- -
-
- Reverse
- -
-
- Unshift
- -
-
-Sort
- +Transformadores
+
+
-
+
+ Pop
+ +let popTest = () =>{
+ let nombres = ['pedro','paco','maria'];
+
+ document.write('Original: ' + nombres + '
');
+
+ let resultado = nombres.pop(); // Remueve el ultimo y lo devuele
+
+ document.write('POP: ' + resultado + '
');
+
+ document.write('Resultado: ' + nombres);
+
+ }
+
+
+
+ Shift
+ +
+
+ Push
+ +
+
+ Reverse
+ +
+
+ Unshift
+ +
+
+ Sort
+ +
+
Splice
+ +
-
-Splice
- -Accesores
-
-
-
- Join
- -
-
- Slice
- -
-
-Otros
- +Accesores
+
+
-
+
+ Join
+ +
+
+ Slice
+ +
+
Otros
+ +De Repetición
-
-
-
-
+
+
-
+
+Filter
- +De Repetición
+
+
-
+
+ Filter
+ +
+
+ ForEach
+ +
+
Map
+ +
-
- ForEach
- -
-
-