j
Size: a a a
j
j
АБ
MU
let d8 = [2, '4', 12, 67, 'hello'];
document.querySelector('.b-8').addEventListener("click", () => {
const value = document.querySelector(".i-8").value;
const arrVal = [value]
d8 = arrVal.concat(d8);
document.querySelector(".out-8").innerHTML = d8;
})
mm
IS
MU
MU
MU
IS
MU
IS
IS
MU
MU
mm
MU
IS