One of the great things about Fullstack is that they provide you with many excellent pre-made tests and workshops. Most of these use test-driven development (TDD). In other words, they display a series of tests that suggest functionality in your program. You have to write the code that makes those tests pass.
When you're gearing up for your Senior Checkpoint these tests are worth their weight in gold.
During the weeks we had to prepare for our final exam, I did each test three times. I spaced them out, so that each test was re-taken a few days apart. This helped me honestly gauge how well I was remembering things, and to space out my practice.
Don't watch YouTube videos as your primary way of studying for the test. Do these tests instead.
There are three big benefits to this approach.