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 jQuery Basics (2014) Creating a Spoiler Revealer Plan

i am not getting the project idea what the teacher is trying to do?

please explain the project layout in details.

The spoilers will be hidden, until you want to see them. It will be done by putting something over the answer.

You will create an onclick function that will remove the "SPOILER" cover.

I remember this one, and it is a bit daunting when you first start, but stick with him. It will become clear the goal pretty quick.

6 Answers

Jakub Lares
Jakub Lares
6,469 Points

He want to teach you some technics in jQuery and how to use "methodology" of 4 P, how you can solve problems.

Issuing the user a spoiler alert is what this project is all about. Just in case you don't understand what a "spoiler" is and why you would want to issue a "spoiler alert" : https://en.wikipedia.org/wiki/Spoiler_(media) Basically: don't show information to someone who has never experienced a piece of media (movie, book, song, etc...) that might ruin the whole experience by revealing key content. Example: for a murder mystery: saying to someone, "The butler did it." - revealing that the butler had committed the murder - before they had ever read the book, or saw the movie.

His accent is too much for me. : ( >

I like his accent, cool to listen to.

Kyle Bilton
Kyle Bilton
7,111 Points

Agreed, i really struggle to listen and understand sometimes :/

Carlos Caro
Carlos Caro
9,528 Points

he is a very good teacher!

He's teaching jquery library. If some of you are new in programming maybe this course is nonsense but although is kinda slow, it is a very interesting one and more if you take the workspace and try to do some things out.

Thomas Pane
Thomas Pane
7,804 Points

This has got to be the worst course on all of treehouse.

Building useful and constructive criticisms, make webpages, and the Internet in general, better places to visit. ;-)

I've done about 50 hours of Treehouse courses and workshops (at the time of this comment). This course does start off VERY slow, but any course tagged as beginner assumes the student may have no coding experience. Sometimes the projects seem silly, but you have to look at the bigger picture. Without understanding DOM traversal and manipulation, you won't be able to move on to more advanced topics like React.js.