Comment by pocksuppet
3 hours ago
Okay, what would your solution look like?
from cities select state where name='Chicago'
isn't really different from
cities.filter(x=>x.name=='Chicago').map(x=>x.state)
3 hours ago
Okay, what would your solution look like?
from cities select state where name='Chicago'
isn't really different from
cities.filter(x=>x.name=='Chicago').map(x=>x.state)
No comments yet
Contribute on Hacker News ↗