const band = { name: "twenty one pilots" }; — 25 августа 2026 г. в 08:07:10.431
const band = { name: "twenty one pilots" }; const fans = new WeakSet(); fans.add(band); band.name = "TOP"; console.log(fans.has(band)); WebDEV #test #Frontend Выберите правильный вариант 👇🏼 True Figma
8 просмотров

