2014-09-29 15:35:03 +10:00

2 lines
94 B
JavaScript

var seattlers = [for (c of customers) if (c.city == "Seattle") { name: c.name, age: c.age }];