JSFiddle - React, Tailwind, and code Playground
JavaScript
var objects = [
{
title: 'hello'
},
{
title: 'world'
}
]
var titles = _.map(objects, 'title')
console.log(titles)
var objects = [
{
title: 'hello'
},
{
title: 'world'
}
]
var titles = _.map(objects, 'title')
console.log(titles)