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

why are my questions ignored? should I take down my profile picture? why does this forum even exist? do better,

its like a sham. a rip-off straight bs

3 Answers

I assure you my friend that the Treehouse moderators and teachers do not purposely ignore your questions. we both know the forms exist to help people if they are struggling to learn something. There's no need to be angry. I'm Sure the people at treehouse are very busy people. coding is a very exhausting learning process. you must learn to be patient my friend (alot of it also has to do with the way you title your question. if you put your code down etc. theirs a number of variables.) Glenn Robinson

This community is very friendly. i guarantee they do not ignore your questions, Matter of fact I believe you posted a question that was 16 hours ago and it has been answered. so your questions are being answered. You might not have your notifications on. but i assure you. people do answer questions.

If you are still struggling with the loop on javascript this is what I had for it.

let secret;
// Display the prompt dialogue while the value assigned to `secret` is not equal to "sesame"
do{
  secret = prompt("What is the secret password?");
} while(secret !== 'sesame')
// This should run after the loop is done executing
  alert("You know the secret password. Welcome!");

I hope this may make things clearer if this is the issue.

Now I can say that three people have answered your questions my friend. I believe the people were me. MD MONIRUZZAMAN , Jennifer Nordell. (both of which were 16 hours ago) terribly sorry for the ping. I am just providing support to a fact.

Cameron Childres
Cameron Childres
11,817 Points

Hi Glenn,

I've had a look through your recent posts and everything I've seen has received an answer prior to this posting. If there's a question that you're still struggling with let me know and I'll see if I can help.

It's worth mentioning that this community is made up of your fellow students that are volunteering their time and energy to help each other through the learning process. The forum exists for this purpose and I find it works quite well. Most of the assistance given here does not come from paid staff members. For this reason it's valuable to be friendly and patient with your fellow community members, because that's exactly what it is -- a community of learners.

If you're looking for more real-time support you may consider joining the Techdegree program which includes a live chat channel. I can't speak for it directly as I'm just on the basic "courses" plan myself.