How can I view the results of my code on this updated freecodecamp.org?

Before this site’s update I would work my way through an exercise by incrementally running tests so the console would show the result of my code up to that point. This is an invaluable asset of mine in trying to learn coding. Now that I cannot see what my code is doing by default on freecodecamp, is there any way to log the result of my code before it’s complete enough to pass the conditions of the exercise?
Thanks!

I found this - Console not showing output - only running test text, and it answered my question. Thanks and sorry for crowding the forum!