Welcome to the Treehouse Community
The Treehouse Community is a meeting place for developers, designers, and programmers of all backgrounds and skill levels to get support. Collaborate here on code errors or bugs that you need feedback on, or asking for an extra set of eyes on your latest project. Join thousands of Treehouse students and alumni in the community today. (Note: Only Treehouse students can comment or ask questions, but non-students are welcome to browse our conversations.)
Looking to learn something new?
Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and a supportive community. Start your free trial today.

Uche Onuekwusi
17,192 PointsWhen i typed document.getElementById("myheading").style.color="green" in my console i received an error
The error was VM94:1 Uncaught TypeError: Cannot read property 'style' of null at <anonymous>:1:37
2 Answers

Alaric Wimer
7,940 PointsThe element id is actually "myHeading" with a capital "H".

Clayton Perszyk
Treehouse Moderator 48,565 Pointsmy guess is you don't have an element with an id of myheading.
Steven Parker
221,291 PointsSteven Parker
221,291 PointsSomeone may be able to help if you show your code. Even better, make a snapshot of your workspace and post the link to it here.