JSFiddle - React, Tailwind, and code Playground
by batcave
JavaScript
let key = 'bearingInvestigations.bearingInvestigation[0].operatingData.outerRingRotation'
const answer = {
value:
}
const handleObjectAnswer = (answer) => {
return answer.map(a => {
return a
}).join(' ')
}