Timeline for answer to How do I remove a property from a JavaScript object? by YairTawil
Current License: CC BY-SA 4.0
Post Revisions
12 events
| when toggle format | what | by | license | comment | |
|---|---|---|---|---|---|
| Feb 9, 2023 at 10:00 | comment | added | A-S |
To avoid the following warning: Parameter 'propKey' implicitly has an 'any' type. ts(7006), add a type for propKey like so: const removeProperty = (propKey: string | number, { [propKey]: propValue, ...rest }) => rest
|
|
| S Jun 10, 2022 at 6:39 | history | suggested | xXx | CC BY-SA 4.0 |
code reformated
|
| Jun 9, 2022 at 12:06 | review | Suggested edits | |||
| S Jun 10, 2022 at 6:39 | |||||
| Sep 13, 2021 at 21:55 | history | edited | YairTawil | CC BY-SA 4.0 |
deleted 35 characters in body
|
| Jun 23, 2021 at 20:46 | history | edited | Peter Mortensen | CC BY-SA 4.0 |
Active reading [<https://www.youtube.com/watch?v=1Dax90QyXgI&t=17m54s>]. Applied some formatting (as a result, the diff looks more extensive than it really is - use view "Side-by-side markdown" to compare), etc
|
| Jan 6, 2021 at 21:01 | history | edited | Samuel Bolduc | CC BY-SA 4.0 |
typo in code
|
| S Nov 7, 2020 at 11:46 | history | suggested | Aryan | CC BY-SA 4.0 |
Highlighted name of mentoined functions and proper text formating
|
| Nov 7, 2020 at 7:25 | review | Suggested edits | |||
| S Nov 7, 2020 at 11:46 | |||||
| Jun 5, 2019 at 21:30 | audit | First posts | |||
| Jun 5, 2019 at 21:56 | |||||
| Jun 4, 2019 at 16:51 | audit | First posts | |||
| Jun 4, 2019 at 17:13 | |||||
| May 23, 2019 at 9:02 | history | edited | YairTawil | CC BY-SA 4.0 |
added 432 characters in body
|
| May 7, 2019 at 20:35 | history | answered | YairTawil | CC BY-SA 4.0 |