j
for (let i = 0; i < sections.length; i++) {
await myArticle.related('section').create({ sectionId: section[i] });
}
Size: a a a
j
for (let i = 0; i < sections.length; i++) {
await myArticle.related('section').create({ sectionId: section[i] });
}
AV
KA
EE
let ul = document.querySelector('ul')
console.log(ul);
const ulClone = ul.cloneNode(true);
console.log(ulClone);
let ul2 = ul.nextElementSibling
console.log(ul2);
const ulClone2 = ul2.cloneNode(true);
console.log(ulClone2);
document.body.inserBefore(ulClone, ul.nextElementSibling);
EE
j
Б
EE
EE
A
ВБ
EE
EE
EE
AM
C