Create `src/sort.js` exporting `sortBy(items, key)` returning a new array sorted ascending by the given key. The test sorts objects by `age` and expects the youngest first.