DE
Size: a a a
DE
AK
DE
CM
AK
AK
AK
AK
J
CM
const person = [];
const name = document.querySelectorAll(".name-hiin");
const motho = document.getElementById("mothe");
const blockTime = document.querySelectorAll('.person-block-all');
const days = document.querySelectorAll(".days-hiin");
const start = document.querySelectorAll(".start");
const end = document.querySelectorAll(".end");
for (let i = 0; i < blockTime.length; i++) {
person.push([
name[i].textContent,
days[i].textContent,
start[i].textContent,
end[i].textContent,
motho.value
]);
}
console.log(person);
DE
S
const person = [];
const name = document.querySelectorAll(".name-hiin");
const motho = document.getElementById("mothe");
const blockTime = document.querySelectorAll('.person-block-all');
const days = document.querySelectorAll(".days-hiin");
const start = document.querySelectorAll(".start");
const end = document.querySelectorAll(".end");
for (let i = 0; i < blockTime.length; i++) {
person.push([
name[i].textContent,
days[i].textContent,
start[i].textContent,
end[i].textContent,
motho.value
]);
}
console.log(person);
CM
DE
J
DE
DE
J
AK
const person = [];
const name = document.querySelectorAll(".name-hiin");
const motho = document.getElementById("mothe");
const blockTime = document.querySelectorAll('.person-block-all');
const days = document.querySelectorAll(".days-hiin");
const start = document.querySelectorAll(".start");
const end = document.querySelectorAll(".end");
for (let i = 0; i < blockTime.length; i++) {
person.push([
name[i].textContent,
days[i].textContent,
start[i].textContent,
end[i].textContent,
motho.value
]);
}
console.log(person);