Corrected mistranslation

At line 92, instead of "Agregar" it's "Sumar", since "agregar" is not the equivalent of "sum" or "add" in a mathematical context.
pull/639/head
David 3 years ago committed by GitHub
parent 33cf6c074d
commit a748e32054
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