Welcome to the Treehouse Community
Want to collaborate on code errors? Have bugs you need feedback on? Looking for an extra set of eyes on your latest project? Get support with fellow developers, designers, and programmers of all backgrounds and skill levels here with the Treehouse Community! While you're at it, check out some resources Treehouse students have shared here.
Looking to learn something new?
Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and join thousands of Treehouse students and alumni in the community today.
Start your free trialCaesar Bell
24,827 PointsFound a bug with your JS approach
I found an issue with your JS approach. For the midpoint you are using collection.length / 2 which would continue to give you the same value. It should be Math.floor((start + last) /2)
instead of Math.floor(collection.length /2)
. Hopefully this was helpful.
Thank you again for your wonderful class, I am learning a lot.
Caesar Bell
24,827 PointsThank you Steven Parker for the heads up. I submited via email based on the instructions from the support page.
Lee Vaughn
Treehouse TeacherHi Caesar Bell
Thanks for pointing this error out. I have updated the example JavaScript code accordingly and awarded you the Exterminator badge. Good job keeping out a sharp eye and thanks again for bringing this to our attention!
Lee
Steven Parker
231,184 PointsSteven Parker
231,184 PointsYou can submit course bugs directly to the staff as described on the Support page.
It you are the first to report it, you get an "Exterimator" badge!