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

Alert doesn't work on JavaScript?

I am learning JavaScript on my Windows 8.1 Computer when I am typing in my Workspaces

Is this wrong if is not then its not working on my Computer

alert("Hello from Treehouse");

Can anyone here help me I want to learn Javascript

Marcin Robert Kaźmierczak
Marcin Robert Kaźmierczak
33,570 Points

Any additional info? You are typing it in the browser console?

2 Answers

Brandon Barrette
Brandon Barrette
20,485 Points

Are you using Google Chrome? If so, go to the developer console (Ctrl + Shift + J) and type

alert("Hello");

What happens?

No I am not using Google Chrome but thanks though

Brandon Barrette
Brandon Barrette
20,485 Points

You should use Google Chrome. Internet Explorer is going to cause many headaches.