SM
У меня есть некий json где мне надо найти определенное значение ключа и вернуть путь к этому ключу. Не очень понимаю как это сделать.
Size: a a a
SM
Р
Р
currentCommentItems = comments.find(el => el.id === currentDotId).comments;
const updatedCommentItems = [...currentCommentItems, {title: 'sldfjslf'}];
Р
Р
Р
V
currentCommentItems = comments.find(el => el.id === currentDotId).comments;
const updatedCommentItems = [...currentCommentItems, {title: 'sldfjslf'}];
Р
Р
RU
F