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 trialAndré Sousa
Full Stack JavaScript Techdegree Student 735 PointsMy page appears wrong
My page appears wrong, I don't think I did anything. But to make sure, is there a way to reset the workspace?
4 Answers
Steven Parker
231,184 PointsSure, but first download it to save any work you still have in it that you want to keep. Then go to the Workspaces page, find that specific one (it will likely be on top) and delete it with the trashcan icon.
Then when you go back into the course and "Launch Workspace" and it will come back with everything it started with. Finally just replace anything you saved from before.
André Sousa
Full Stack JavaScript Techdegree Student 735 PointsThank you Steven!
Manoj Gurung
5,318 Pointsdoesnt really display NADA
Manoj Gurung
5,318 Pointseven after cmd+s multiple times + cechkcing code
<!DOCTYPE html> <html> <head> <meta charset="utf-8"> <title>JavaScript Basics</title> <link href="css/style.css" rel="stylesheet"> <script src= "js/script.js"></script> </head> <body> <main> <h1>Hello, JavaScript!</h1> <script> alert (" hello fukcer"); </script> </main> </body> </html>