Skip to content

Latest commit

 

History

History
6 lines (6 loc) · 236 Bytes

README.md

File metadata and controls

6 lines (6 loc) · 236 Bytes

array = prompt(Pedir al usuario el numero de tarjeta) array1 = []; para (i = 0; i < array.length; i ++) si (array[i].length > 0 && array[i].length < 16) array1.push(array): array1.reverse();