Y
Hacker News
new
|
ask
|
show
|
jobs
by
tgv
772 days ago
It's also the one that's least optimizable.
1 comments
Zenzero
772 days ago
If you're that focused on optimization you wouldn't be traversing JSON.
As an aside the js example above could be simplified to a reduce().
link
As an aside the js example above could be simplified to a reduce().