Обзор упражнения
Code review lines
Practice longer technical lines with mixed symbols.
Тексты для печати
- 01
interface CityRecord { name: string; region: string; population: number; }
Ещё не завершено - 02
const routeList = stations.map((station) => station.code).join("-");
Ещё не завершено - 03
return { ok: true, region: "coast", gates: [2, 4, 6, 8] };
Ещё не завершено