pull/639/merge
David 2 years ago committed by GitHub
commit d921ca2132
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -89,7 +89,7 @@ for (let i = 0; i < countries.length; i++) {
// ["FINLAND", "SWEDEN", "DENMARK", "NORWAY", "ICELAND"]
```
Agregar todos los elementos en un array
Sumar todos los elementos en un array
```js
const numbers = [1, 2, 3, 4, 5];

Loading…
Cancel
Save