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 trialrobert 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,280 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,687 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,751 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,280 PointsAdam N
70,280 Pointsnp! You can mark this question as solved by selecting a "best answer".