const newProjects = projects.map(p => p.value === 'jquery-ui' ? { ...p, desc: 'new description' } : p );