Mary, always good to have another set of eyes look at something. The label and value properties, when listed in an object statement, need quotes around them.
let oneItem = {
"label": objValues[1],
"value": objValues[0]
}
Mary, always good to have another set of eyes look at something. The label and value properties, when listed in an object statement, need quotes around them.
let oneItem = {
"label": objValues[1],
"value": objValues[0]
}