Welcome to the Treehouse Community
The Treehouse Community is a meeting place for developers, designers, and programmers of all backgrounds and skill levels to get support. Collaborate here on code errors or bugs that you need feedback on, or asking for an extra set of eyes on your latest project. Join thousands of Treehouse students and alumni in the community today. (Note: Only Treehouse students can comment or ask questions, but non-students are welcome to browse our conversations.)
Looking to learn something new?
Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and a supportive community. Start your free trial today.

robert allen
3,729 PointsAm I suppose to follow along or not I'm kinda confused.
Just confused if I am suppose to open the workspace or just watch the video
3 Answers

Adam N
70,223 PointsGenerally, it helps to follow along. If they talk about opening a workspace, that's an opportunity to follow along in workspaces or your own editor.

Ian Salmon
Courses Plus Student 10,685 PointsIt's all up to you. For me personally, I have found that the best strategy is..
1) Watch video (one at a time), no coding along, taking notes in a notebook (pen and paper!) 2) Try to recall/build as much as I can in my own text editor (I use Visual Studio Code). If I can't remember the specific code for something, I'll write a comment instead (e.g. //select li element here) 3) Watch video again, this time following along in VS Code and plugging in what I missed/correcting syntax and other errors
It takes more time, but my proficiency has increased tremendously since I adapted this method.

Gonzalo Torres del Fierro
Courses Plus Student 16,750 Pointsthat was a really good advice! thx Ian Salmon

Gregory Padilla
7,873 PointsThis is genius and as common sense as it can get. I was having trouble with the DOM traversal subject. I'll give this a shot.

Blair Murphy
12,367 PointsI just tried this (Ian Salmon) approach and although it took about 90+ minutes to work through the first section of this course, it actually worked for me. I not only was able to do the challenges on my own for the first time in a while but the quizzes were easy.
robert allen
3,729 Pointsrobert allen
3,729 PointsOk, Thanks.
Adam N
70,223 PointsAdam N
70,223 Pointsnp! You can mark this question as solved by selecting a "best answer".