```js let keys = Object.keys(json); let result = keys.reduce(function(acc, item) { ``` These variables are not reassigned therefore I would change them to const.
These variables are not reassigned therefore I would change them to const.