Timeline for answer to Nested object assign Javascript by Nina Scholz
Current License: CC BY-SA 4.0
Post Revisions
6 events
| when toggle format | what | by | license | comment | |
|---|---|---|---|---|---|
| Sep 1, 2018 at 20:57 | history | edited | Nina Scholz | CC BY-SA 4.0 |
added 792 characters in body
|
| Sep 1, 2018 at 20:51 | comment | added | TSR | Could you please add an explanation ? (comments on the algorithm. I see you are using a nested function call) | |
| Sep 1, 2018 at 20:49 | vote | accept | TSR | ||
| Sep 1, 2018 at 20:47 | comment | added | Nina Scholz | as i see it, op wants a deep merge of objects. actually js do not supot this out of the box. that's why you need to write an own merger wor arbitrary count of nestings and properties without knowing them in advance. | |
| Sep 1, 2018 at 20:44 | comment | added | Thomas Junk | Yes. But why? ;) | |
| Sep 1, 2018 at 20:40 | history | answered | Nina Scholz | CC BY-SA 4.0 |