Timeline for answer to How do I remove a property from a JavaScript object? by Thaddeus Albers
Current License: CC BY-SA 3.0
Post Revisions
7 events
| when toggle format | what | by | license | comment | |
|---|---|---|---|---|---|
| Oct 21, 2022 at 18:48 | comment | added | agm1984 |
_.omit(obj, 'key') is cool but I needed to omit a nested key so I used Object.assign(obj, { filters: { sort_by: '' }})
|
|
| Feb 3, 2018 at 19:51 | history | edited | Thaddeus Albers | CC BY-SA 3.0 |
changed underscore link from wikipedia back to underscorejs.org in response to question in comments.
|
| S Dec 15, 2015 at 5:50 | history | suggested | Dasrath | CC BY-SA 3.0 |
Edit link for better view.
|
| Dec 15, 2015 at 5:15 | review | Suggested edits | |||
| S Dec 15, 2015 at 5:50 | |||||
| Oct 26, 2014 at 11:32 | history | edited | Peter Mortensen | CC BY-SA 3.0 |
Second iteration.
|
| Oct 26, 2014 at 11:26 | history | edited | Peter Mortensen | CC BY-SA 3.0 |
Copy edited. Dressed a naked link.
|
| May 24, 2014 at 18:53 | history | answered | Thaddeus Albers | CC BY-SA 3.0 |