CRUD - mmedrano9438/peripheral-brain GitHub Wiki

  • CRUD operations in JavaScript Objects
  • Create: Create a new object or add an object property to an existing object.
  • Read: Read any object existing property property.
  • Update: Update or modify an object or the attribute values.
  • Delete: Delete or remove an entry from an object or the whole object.