Skip to content

Instantly share code, notes, and snippets.

@f315
f315 / 01_новый массив объектов.ts
Last active May 19, 2025 09:49
[reduce] Сумма значений в массиве #js
Задача: убрать из массива первый элемент и создать новый массив с новой нумерацией id: 1, ...
export const planents = [
{
id: 1,
value: "Sun",
name: "Солнце",
icon: <Sun />,
component: <SunCard />,
},