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 trialjara hernández Quijada
2,475 PointsMy code
function getArea (width, length, unit = "centímetros") {
const area = width * length;
return `${area} ${unit}`;
}
jara hernández Quijada
2,475 Pointshehe, I was just sharing it as Guill said to do in the video. I am a super beginner and I'm proud of every single code I write. Even if they are still so simple.
1 Answer
Steven Parker
231,261 PointsWhether a question or sharing, it's good to include a description to make the point of the post clear.
If just sharing, you could also point out any special features added or techniques used that distinguish the code from what might be done by default in the course.
Steven Parker
231,261 PointsSteven Parker
231,261 PointsLooks like code, alright. Did you mean to ask a question about it?