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 trialtravisfeldman
5,792 PointsPlease fix JavaScript Numbers Challenge Task 1, Using Exponential Notation
Hi, there seems to be a problem in the code checking for this challenge. I've tried several versions of 3.4e12 and 34e11, but no good. Treehouse, please fix so I can keep going. Thanks. https://drive.google.com/file/d/0B96oP4U6bbW-Q2d1MWxyNWhlNzA/view?usp=sharing
3 Answers
James Spence
17,563 PointsYou need to use an upper-case E.
travisfeldman
5,792 PointsThanks for the tip, James -- I tried upper-case, too, but no go.
https://drive.google.com/file/d/0B96oP4U6bbW-X0pjZ2lyQ0pxT0k/view?usp=sharing
Also, I don't think lower-case should be problematic: http://www.w3schools.com/js/js_numbers.asp
I think it's a problem Treehouse will have to fix.
James Spence
17,563 PointsIt passed for me. Email help@teamtreehouse.com they will be able to help.
Ana Gledovic
7,465 PointsThis works for me too:
var GermanyGDP = 3.4E12;