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

JavaScript JavaScript Foundations Arrays Splice

Timothy coxon
Timothy coxon
18,404 Points

Interesting error message...

Bummer! Expecting the array to be 'The,slow,red,fox,jumps,over,the,lazy,dog' but got 'The,slow,red,fox,jumps,over,the,lazy,dog'

Timothy coxon
Timothy coxon
18,404 Points

Okay so worked it out thanks to workspaces.. very uninformative error message that one.. Used saying.splice(1,2,["slow","red"]); for this which output seemingly correctly in the error message but was actually ["the", array(2), "fox"....