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 trialRalph Bury
174 Pointswriting an alert dialog and it says I'm doing something wrong and wont let me move on i think its correct and am stuck
<!DOCTYPE HTML>
<html>
<head>
<meta charset="utf-8">
<title>JavaScript Basics</title>
</head>
<body>
<script src="app.js"></script>
</body>
</html>
console.log("Begin program");
alert("I am Programing!");
1 Answer
Unsubscribed User
Front End Web Development Techdegree Student 33,900 PointsHi 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
174 PointsRalph Bury
174 Pointswow what an idiot! hahaha thank you so much.
Unsubscribed User
Front End Web Development Techdegree Student 33,900 PointsUnsubscribed User
Front End Web Development Techdegree Student 33,900 PointsDon'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... ;-) )