Array from object
It allows converting a specific column of an object into an array, returning only the values belonging to that column or field of the object.
Last updated
It allows converting a specific column of an object into an array, returning only the values belonging to that column or field of the object.
Last updated
Objetc: Receives as a parameter an object with one or more properties
Prop name: Here you must add the name of the property that you want to extract to create an array.
Step by Step :