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 trial
Bomi Chen
2,419 PointsIs the subtitle wrong at 1:38 ?
"Since the array isn't going to change, "
Bomi Chen
2,419 PointsThank you for the answer, Andren :)
andren
28,558 Pointsandren
28,558 PointsHard to say as you have not linked to the video you are referencing. There are operations that directly modify an array and operations which doesn't and instead return a new array and leave the original untouched. So without context it's impossible to say whether the subtitles are accurate or not.