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

General Discussion

Brandon Martinez
Brandon Martinez
459 Points

Retention

I have been using Treehouse for almost a month and it is my first time learning to code but I'm finding it difficult to retain the information and feel as though I am not learning much. Is it just me or does this happen to everyone in the beginning and is there a way to actually make some progrees?

1 Answer

Megan Amendola
seal-mask
STAFF
.a{fill-rule:evenodd;}techdegree seal-36
Megan Amendola
Treehouse Teacher

Hi Brandon Martinez ! Sometimes it does take time. You may need to rewatch videos more than once before a concept sticks with you and that's totally normal! Also, I recommend trying to create something on your own. One of the best ways to test your knowledge, figure out where your gaps are, and ultimately, retain information is to write code by building small projects. For example, a number-guessing game is a great one to try. Have users input a number and let them know if they need to guess higher or lower until the guess the correct number. You can use JavaScript's prompt() function to get their input or Python's input() function if you're learning one of those two.