sdras / js-explorer

Find the method you need without digging through the docs, directly on the command line!

Home Page:https://www.npmjs.com/package/js-explorer

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

TypeError when choosing 'Object -> manage prototypes -> set a prototype of the object'

ekamphuis82 opened this issue · comments

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.