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 Basics Hello, JavaScript! Write JavaScript Statements

Ralph Bury
Ralph Bury
174 Points

writing an alert dialog and it says I'm doing something wrong and wont let me move on i think its correct and am stuck

index.html
<!DOCTYPE HTML>
<html>
  <head>
    <meta charset="utf-8">
    <title>JavaScript Basics</title>
  </head>
  <body>
    <script src="app.js"></script>
  </body>
</html>
app.js
console.log("Begin program");
alert("I am Programing!");

1 Answer

Hi Ralph,

you did great actually...

The only problem with your code is that they want you to write "Programming" and you wrote "Programing" (with one "m").

If you use to "m"s you will pass.

Happy coding and blessings from Berlin, Nils

Ralph Bury
Ralph Bury
174 Points

wow what an idiot! hahaha thank you so much.

Don't worry, this happens all the time and to everyone who learns to code... ;-)

By the way, whenever an answer in this community forum has solved your question, you can mark it as "Best Answer". This helps other people browsing the forum to see which questions have already been answered. (Plus it gives the person answering the question a few points and thus motivating to help even more... ;-) )