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
Nurul Ahsan
2,039 PointsJS :Challenge Task 1 of 1
Add code inside the <script> tags to write the words "Welcome to my site" onto the web page. I wrote:
<!DOCTYPE HTML>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>JavaScript Basics</title>
</head>
<body>
</body>
<script>
// Write your code here.
document.write("<h1>Welcome to JavaScript basic</h1>");
</script>
</html>
But not accept it. shows- Oh no!
There was a communication problem.
If you continue experiencing problems, please contact support at help@teamtreehouse.com.
EDIT: Check how i achieved the effect of the code. Press EDIT and look what i did.
1 Answer
Jesus Cordoba
1,414 PointsI had the same exact issue, i wrote to support and seems to be related to the Web Browser. This is what they told me: If you are using Internet Explorer or Safari, please switch to Google Chrome or Mozilla Firefox. If you're already using Chrome or Firefox and you are still experiencing this issue, please disable your plugins. You can do this temporarily by opening a new window up in Incognito Mode (Chrome) or Safe Mode (Firefox). If a Code Challenge works within one of those two disabled plugin windows then the problem is a plugin on your browser that you'll need to remove.
I hope this helps!
Jesus Mendoza
23,289 PointsJesus Mendoza
23,289 PointsHey, I think that error might be because Treehouse platform is having problems, so wait a little and do the challenge again