Results 211 comments of Corey Farrell

For your example code I got rid of the `...` to get fix the 'not iterable' error, so: ```js const arr = ['value']; arr.blerg = () => {}; console.log('longest to...