Welcome to the Treehouse Community
The Treehouse Community is a meeting place for developers, designers, and programmers of all backgrounds and skill levels to get support. Collaborate here on code errors or bugs that you need feedback on, or asking for an extra set of eyes on your latest project. Join thousands of Treehouse students and alumni in the community today. (Note: Only Treehouse students can comment or ask questions, but non-students are welcome to browse our conversations.)
Looking to learn something new?
Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and a supportive community. Start your free trial today.

Zak Mosbacher
Full Stack JavaScript Techdegree Graduate 16,080 PointsSomething's not right. Output of `abbreviatedDays`: "Sat"
Im confused, this is giving the expected string but it says it is wrong? Thanks for the help

Eric Queen
13,214 PointsZak,
If you post the code that you wrote that would be helpful so we can help you along in understanding where you went wrong and what should be corrected. Obviously you can search for the correct answer and easily pass the challenge, but do you understand why that works and yours didn't?
If you still need help post your code and we'll get to the bottom of it with you.
Best of luck!
1 Answer

Steven Parker
216,020 PointsIt looks like you're doing something that is providing a scalar value of "Sat" as the value assigned to abbreviatedDays. Using the "map" function as instructed should produce an output that is an array.
For more specific help, be sure to post your code as previously suggested.
Brendan Whiting
Front End Web Development Techdegree Graduate 84,696 PointsBrendan Whiting
Front End Web Development Techdegree Graduate 84,696 PointsCan you post your code?