hello i am trying to run this program but its not compiling what is

hello i am trying to run this program but its not compiling what is the problem in this

JavaScript doesn’t compile.

Your program is running, it’s just stopped in the debugger.

Click the play button on the top right and your program should continue running.

On a side note, you may want to upgrade your OS to something other than Windows XP.

@Troy_Dack i tried clicking on play still its not executing and stopping the program.

The buttons underneath the “Beta Feedback” label and just above the heading “Watch Expressions” are the ones that you need to use once you have clicked the green “Run” button. Hover your mouse over each button and the tool tip will tell you what it does.

You should be able to click “Step Over” and see the line of code that is being executed change to the next one.

For some reason the Cloud9 IDE defaults to running Javascript programs in debug mode straight away. I think you can change this in the settings somewhere.

This might help a bit http://youtu.be/ZxaXljmgLh0

@Troy_Dack Thanks its working now…!!!