deleted another spacing for exercise level 3

pull/827/head
Henry Hart Alegrado 2 years ago
parent 50306a8067
commit 3ac31ea2bc

@ -758,7 +758,6 @@ const webTechs = [
```js
const ages = [19, 22, 19, 24, 20, 25, 26, 24, 25, 24]
```
- Sort the array and find the min and max age
- Find the median age(one middle item or two middle items divided by two)
- Find the average age(all items divided by number of items)

Loading…
Cancel
Save