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 trialPenelope Baptiste
Courses Plus Student 1,494 Pointschallenge question to move on for prompt ()? Help
var answer; prompt ('what is the day?');
help
Raymond Osier
16,581 Pointswhat challenge are you on ill go to it and see how it reacts so i can get a better understanding of the error
2 Answers
Raymond Osier
16,581 Pointsthe challenges are very case and spelling sensitive task 2 of the challenge asks for a prompt of What day is it? try using the following
var answer = prompt("What day is it?");
Penelope Baptiste
Courses Plus Student 1,494 PointsIt work - Capital W - yeah thanks
Raymond Osier
16,581 PointsYour welcome If you need any further help Now you know where to get it There are lots of students, teachers, mods and others always willing to help
Penelope Baptiste
Courses Plus Student 1,494 Pointssee you again in Java. Have a great weekend!!!
Raymond Osier
16,581 Pointsyou forgot to add the = to your var
var answer = prompt ('what is the day?');
Penelope Baptiste
Courses Plus Student 1,494 Pointscapturing visits input and capturing on a page.
Penelope Baptiste
Courses Plus Student 1,494 Pointsjust starting out in learning.
Raymond Osier
16,581 PointsThat is ok . That is why the forum is here so we can all help eachother
Penelope Baptiste
Courses Plus Student 1,494 PointsPenelope Baptiste
Courses Plus Student 1,494 Pointsstill giving me - You didn't put 'What day is it? in the
prompt()
function.