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

Emilio Andere
495 PointsCode challenge: Disemvowel
I dont understand
Jennifer Nordell
Treehouse TeacherJennifer Nordell
Treehouse TeacherWe are better able to assist you if we can get a clearer picture of what you don't understand. The challenge you are referring to is a function that receives a string. It should remove all upper and lower case vowels from the string. Vowels are the letters: a, e, i, o, u. If I were to send in your name "Emilio Andere" into that function, I would expect to get back "ml ndr" as all the vowels have been removed. If you have further questions, please let me know!