let value = [ { "value": "html", "label": "html" }, { "value": "javascript", "label": "javascript" } ]; value.map((item)=>item.label)