Monday, May 20, 2024
 Popular · Latest · Hot · Upcoming
37
rated 0 times [  42] [ 5]  / answers: 1 / hits: 23948  / 11 Years ago, sun, june 16, 2013, 12:00:00

I am brand new to JavaScript and I would like practice my skills using a simple windows based IDE. While learning I do not want to use any CSS or HTML. I would like if possible to have colour single stepping, highlighting and syntax checking.



So for example you could type in your function(s), call it and receive the result



function squareNumber(x) {
return x*x;
}

squareNumber(5)

25


I would like something better than the Internet Explorer console.


More From » ide

 Answers
48

Ended up using this IDE as I could run it on a low powered Laptop. Free Version



http://brackets.io/



There is also a free offering from Microsoft with Visual Studio 2015 called Visual Studio Code runs on Macs and linux too. Only used it for a day but it work great on my low powered tablet.



https://code.visualstudio.com/


[#77604] Thursday, June 13, 2013, 11 Years  [reply] [flag answer]
Only authorized users can answer the question. Please sign in first, or register a free account.
devonw

Total Points: 311
Total Questions: 116
Total Answers: 111

Location: Senegal
Member since Fri, Aug 21, 2020
4 Years ago
;