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

JavaScript

Bug in Math Object Challenge

https://teamtreehouse.com/library/the-math-object

There is something wrong with this last challenge and it is preventing me from moving forward with the track!

I keep getting an error re: communication or the challenge has to keep restarting at the beginning.

it will not log any of my answers and just freezes.

I tried this in two separate browsers and often it will not even allow me to start the challenge without freezing.

Can you look into this bug?

Thanks Francesco //

I am having the same problem. Thanks.

Hi guys,

Can you post your JavaScript for me to look at?

I just tried this and it worked for me...

      var circumference = diameter * Math.PI;

1 Answer

Hi guys,

Can you post your JavaScript for me to look at?

I just tried this and it worked for me...

      var circumference = diameter * Math.PI;