2014-10-11 22:42:31 +11:00

2 lines
123 B
JavaScript

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