i want to delete some property from object
with this way :
let { a, b, ...result } = obj ;
// i want result ( obj without a , b}
and obj has object inside , and that object hast another object
what should i do ?
Your question is not clear
can you provide the JSON data and the output? a dummy json also enough
Do you want to make a deep copy off a nested object
i have this error
Обсуждают сегодня