I would like to get the values of the attribute value
in a new array. For the following example, the result would be: ["Plumbing", "Electrical", "Fencing"]
const arr = [
{ label: "Plumbing", value: "Plumbing" },
{ label: "Electrical", value: "Electrical" },
{ label: "Fencing", value: "Fencing" },
];
I mean something like: newArray = currentArray forEach Get Value