ᅠᅠ
Size: a a a
ᅠᅠ
DO
DO
ᅠᅠ
ᅠᅠ
ᅠᅠ
ᅠᅠ
DO
NW
n
function medianNumber(arr) {
const sum = arr.reduce((total, amount) => total + amount)
return sum/arr.length
}
n
n
n
const inputValue = document.getElementById('inp').textContent
console.log(inputValue)
Ш
const inputValue = document.getElementById('inp').textContent
console.log(inputValue)
n
n
DM
DM