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

JavaScript Console

For some reeason the console will not work for me when it comes to pasting code from the js files. I tried the MDN and other websites but whenever I press enter nothing happens. I'm on HP so does anyone know what to do?

1 Answer

Mark Casavantes
Mark Casavantes
2,880 Points

Hello Zedrick,

Post your code and we can take a look at it.

May I suggest:

  1. Put your code into codepen.io and see if a red circle with an exclamation point appears. If you get the red circle, click on it and it will give you the line and space to look for an error.
  2. https://validator.w3.org/ can help you check your HTML. Paste your code, run the validator and you will get a list of errors.
  3. Use https://www.jslint.com/ to check your Javascript.

There are other similar programs that can check your code. I hope this is helpful to you.