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
ZAAKIR ABDULLA
113 PointsCode Challenge: That's Odd task 1 of 1: I have no idea what i am doing wrong cause I'm getting 'return' message
How do i solve my problem or can someone tell me what I'm doing wrong.
ZAAKIR ABDULLA
113 PointsAnd how do i do that?
Caleb Newell
12,562 PointsYou might want to try to copy and paste your code. If you select all the code the right click it, it should display a copy button. To paste you right click were you want to put your code and hit paste. And remember to put three backlashes ( ``` )before and after your code, because that will display it in the comments of this question.
example:
(```)
your code here
(```)
i put parenthesis around my ``` or it would have looked like this:
your code here
so when you do yours, just leave out the parentheses
Steven Parker
243,656 PointsZAAKIR ABDULLA — Caleb's instructions are good, and you might also want to watch this video on code formatting.
1 Answer
Steven Parker
243,656 PointsWe can probably help but first you'll need to show your code. It's also helpful to provide a link to the course page you are working with.
Caleb Newell
12,562 PointsCaleb Newell
12,562 Pointsyes, if you show your code we can help.