Is there a way to extract only the values associated with each key in the following object?
const params = [{"title":"How to code","author":"samuel","category":"categoery","body":"this is the body"}]
I'm struggling to figure out how to achieve this.