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

Quality Assurance Introducing the Practice

Johnny Prime
seal-mask
.a{fill-rule:evenodd;}techdegree
Johnny Prime
Full Stack JavaScript Techdegree Student 3,311 Points

FEEDBACK: The comments guiding you in this workspace at step #5 say "volume of a circle" when it should say "sphere"

// 5. Create a function that calculates the volume of a sphere. // The function should accept the radius of the sphere as an argument // and return the volume. // The volume of a circle is: 4/3 * π * radius^3

last line of step 5 should read "volume of a sphere" not of a circle, right?

1 Answer

Jennifer Nordell
seal-mask
STAFF
.a{fill-rule:evenodd;}techdegree
Jennifer Nordell
Treehouse Teacher

Johnny Prime Yup! I'm inclined to agree with you. I think someone likely got carried away when typing the comments here. I might suggest you send that correction to help@teamtreehouse.com as it is the most reliable way to get in touch with staff and give feedback like this. Maybe they can put a note in the Teacher's Notes. Clearly, a 2 dimensional object doesn't have a volume :smiley:

Hope this helps! :sparkles: