I finally got around to solving one of the toy problems that I couldn't completely solve in the pre-course the diagnostics.
My issue was that I di...
For further actions, you may consider blocking this person and/or reporting abuse
Hi
Solid solution, you could also use .some((item, index,arr)=>{return item > 255}). Which returns an boolean.
Sorry for commenting on your note.
Thanks for adding that. Yeah that's a nice way of applying what i've learned to call 'functional programming'. Functions like filter/reduce/etc and .some are pretty slick. This is a great use of it. Really nice. Thanks!
I used
.some
today!Wrote a sentence or two about it here. Just thought I'd send you a thanks for sharing it with me.