How do i make sure i dont forget problems i solved in the challenges?

I just finished the the Basic Javascript section and the last challenge really brought me to my knees after spending close to 5hours on it. Now i have this fear that i’d forget how i solved this challenge. How can i make sure it stays in my head

do it again tomorrow, then next week, etc…

but it doesn’t matter if you forget how to solve one specific challenge, you are improving your problem solving skills, with time you will find that there are common patterns in algorithms

and if it is instead an issue of syntax, just use google every time you have doubts on what something does or on how to write something.

googling, consulting documentation often (from multiple times per day to multiple times per hour) it is totally a normal thing

2 Likes

Build something(s)! Practice by exercise and discipline is good, but practice while building a full solution/app it’s awesome. Your acquired knowledge and skills will be cemented into your mind by building actual infrastructure (networks) in your brain. Plus building something is fun and rewarding!

1 Like

Just like ieahleen said:

And take notes and talk about what you’ve learned etc.

1 Like