It would be great if there was something like `j/delete` for doing this: ``` (fn [x] (js-delete x "some-key") x) ``` So then you can do updates like this: ``` (j/update-in! some-object [:coordinate] j/delete! :x) ```
It would be great if there was something like
j/deletefor doing this:So then you can do updates like this: