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 trialJarrade Pierce
17,633 Pointsmy last code session is gone and making me start from scratch in the challenge task is this normal?
am I suppose to start over?
#wrapping
{
text-decorator: none;
}
1 Answer
William Li
Courses Plus Student 26,868 PointsIf you've reloaded the page, or navigated to another page and tried to come back and finish where you left off in the code challenge? Then yes, the code session never save the progress, you start afresh every time you re-enter the challenge, no exception. To pass a CodeChallenge, you must complete all parts of it in one go.
And by the way, text-decorator
is a typo, correct way to write it is text-decoration
.
Jarrade Pierce
17,633 PointsJarrade Pierce
17,633 PointsThank you that was a dumb question I figured it out later that day.