JSFiddle - React, Tailwind, and code Playground by Steven Senkus October 11, 2019 JavaScript const arr = [{b: 1}, {b:5}, {b:12} ] console.log(arr.map(item => item.b));