Hey forum! I am learning to code with javascript, and i am wondering if there are any good editors that allow you to run the javascript code that you just wrote inside the editor, so you dont need the browser. Help would be greatly appreciated.
Cheers.
Editors.
Started by k4m1k4z1, Jun 16 2010 06:29 PM
6 replies to this topic
#1
Posted 16 June 2010 - 06:29 PM
|
|
|
#2
Posted 16 June 2010 - 06:56 PM
Huh, I'm not aware such a program exists. Due to the nature of how JS is run it is most recommended to run alongside HTML, there aren't any JS editors out there that do not output to the browser, it would be hindering and not much helpful. In fact there aren't any JS editors out there at all that aren't commercial, it looks like in a glance.
For speedier testing of simple functions you can use a tool such as W3School's TryIt editor:
http://www.w3schools.com/js/tryit.asp?filename=tryjs_text
On their JS tutorials you can open up this editor with the example being shown and play with it, for example.
If you're still keen on doing it, then you'll need to compile an engine yourself such as:
http://code.google.com/p/v8/
For speedier testing of simple functions you can use a tool such as W3School's TryIt editor:
http://www.w3schools.com/js/tryit.asp?filename=tryjs_text
On their JS tutorials you can open up this editor with the example being shown and play with it, for example.
If you're still keen on doing it, then you'll need to compile an engine yourself such as:
http://code.google.com/p/v8/
Edited by Alexander, 16 June 2010 - 09:44 PM.
Be sure to read the updated FAQ! || Health is achieved through the same 10,000 steps.
If a suggested code/method fails, informing us is less important than telling us why or what errors occurred.
If a suggested code/method fails, informing us is less important than telling us why or what errors occurred.
#3
Posted 17 June 2010 - 10:25 AM
Given that most JavaScript is meant to interact with web content... what would be the point?
#5
Posted 20 July 2010 - 09:03 AM
Try out Adobe Dreamweaver. This can be used for .js files or .html .php and almost anything from the internet programming category.
I`m using it, it`s useful. It shows the code in various colors, and it shows the errors.
Dreamweaver can show the source-code and a preview of it at the same time.
I`m using it, it`s useful. It shows the code in various colors, and it shows the errors.
Dreamweaver can show the source-code and a preview of it at the same time.
#6
Guest_johnny.dacu_*
Posted 20 July 2010 - 10:50 AM
Guest_johnny.dacu_*
If you want something like you could try notepad++
#7
Posted 21 July 2010 - 12:21 AM
*deleted content*


Sign In
Create Account


Back to top









