The Usefull Simple : Javascript

The usefull Code that help you to write big code, there is it:

1. Remove property from the Object

let’s say we have object like this

then, we want to save this data to db, but we don’t need “_inserted_by” property there. To do that we can do something like bellow.

that simple, but helpfull.