JSFiddle - React, Tailwind, and code Playground

by Steven Senkus

JavaScript

const arr = [{b: 1}, {b:5}, {b:12} ]

console.log(arr.map(item => item.b));