BC
Size: a a a
BC
IS
𝐓
document.getElementById("run").addEventListener("click", () => {
window.lib.getPosts().then((articles) => {
articles.forEach((article) => {
window.lib.getComments(article.id).then((comments) => {
article.comments = comments;
console.table(article);
});
});
});
});
IS
BC
IS
j
𝐓
IS
BC
𝐓
IS
IS
j
j
𝐓
𝐓
IS
IS
IS