let finalIndex = lastValue.map((o) => o.shortDesc).indexOf(answers[lastProp]) TypeError: Cannot read properties of undefined (reading 'map') Using node v18.16.1 with nvm.
let finalIndex = lastValue.map((o) => o.shortDesc).indexOf(answers[lastProp])
TypeError: Cannot read properties of undefined (reading 'map')
Using node v18.16.1 with nvm.