I can see my answers of previous challenges?

I just want to see my answers in previous challenges for the development of the project when I re-take a challenge I get the challenge code and not my previous answer.

I dont have any problem by re-taking the challenge just want to know.

There are two different types of saved progress for Free Code Camp: your profile and your browser cache.

Your completed challenges are all saved to your account in the FCC database. You can see the list of completed challenges and also the last submitted solutions by looking at your profile page.

Your FCC editor contents are saved in your browser’s local storage. In-progress code is also saved in your local browser cache. Because FCC rolled out a completely new application, the old cached values are no longer valid. This is the same effect you would have if you cleared your browser cache. If lessons completed at learn.freecodecamp.org are never displaying in your editor, it is because something is preventing FCC from writing to your browser’s storage. This could be your browser, your privacy settings, or an application. Especially as you get to more complicated challenges that may take multiple sessions, I strongly recommend saving your in-progress work outside of the browser cache. This is a good opportunity to learn the ins and outs of your GitHub account, but you can also just save locally or use a service like repl.it which allows for versioning.

Sadly I don’t have the code in my browser storage can you tell me in which part of the profile page because I am on this URL https://www.freecodecamp.org/settings and I cant find it.

Thanks in advance.

Click “Show me my public portfolio”

ok so i also wanted to see this. i can see what challenges i have done but not the answer. do i have to be signed out or?

There are two different types of saved progress for Free Code Camp: your profile and your browser cache.

A list of your completed challenges is saved to your account in the FCC database. You can see the list of completed challenges by looking at your public portfolio. With a growing curriculum already over 1,400 lessons and a growing user base several times that size, FCC does not store every solution to ever challenge in its database. There are some challenges which are classified as projects required for certifications. Your solutions to those can be viewed on your settings page.

Your in-editor code is saved in your browser’s local storage. Recent in-progress code from the challenge editor is also saved in your local browser cache when you run tests. Because FCC rolled out a completely new application, the old cached values are no longer valid. This is the same effect you would have if you cleared your browser cache. If you are completing lessons and do not see your recent code, then something is preventing FCC from writing to your browser’s storage. This could be a browser setting, a privacy extension, or a browser version incompatibility. Especially as you get to more complicated challenges that may take multiple sessions, I strongly recommend saving your in-progress work outside of the browser cache.

This is a good opportunity to learn the ins and outs of your GitHub account, but you can also just save locally or use a service like repl.it which allows for versioning. The FCC team is working on creating an easy way for campers to download a solution when a challenge is completed. You can help add useful tools like this by being a contributor .

ah ok, I tend to not save small stuff like that in github as gist so I will make sure to do that in the future!