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 trialNoah Fields
13,985 PointsWhat's wrong with my code?
I even went so far as to look at another person's functioning code (which I tested, and it does indeed work), and rewrite mine to mimic theirs almost exactly. Even so, my code fails to post anything and I can't figure out why. Can anyone help me?
Snapshot: https://w.trhou.se/os4kozu7ea
1 Answer
Ginny Garza
21,395 PointsHi Noah!
I noticed on the first function, you wrote
var outputDiv = document.getElementByID('output');
It should be getElementById, (Id vs ID).
Noah Fields
13,985 PointsNoah Fields
13,985 PointsAlways the simple things, isn't it?
Thanks!