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 trial

JavaScript JavaScript Basics Hello, JavaScript! Add JavaScript to HTML

4 Answers

Steven Parker
Steven Parker
229,744 Points

Sure, 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.

Manoj Gurung
Manoj Gurung
5,318 Points

doesnt really display NADA

Manoj Gurung
Manoj Gurung
5,318 Points

even 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>