const trip = { dest: "Bangkok", days: 14 }; — 1 августа 2026 г. в 16:07:01.607
const trip = { dest: "Bangkok", days: 14 }; const { dest: city } = trip; console.log(city, typeof dest); WebDEV #test #Frontend Выберите правильный вариант 👇🏼 True Figma
17 просмотров

