3.23`pluck`
Useful mental model:
Object → Array
Suppose:
{
"A": {
"name": "Acme"
},
"B": {
"name": "Widget"
}
}
pluck can turn the values into an array.
Again, not something I'd prioritize memorizing tonight, but recognize the term.