Is there a Javascript IDE that has nothing to do with a browser?

后端 未结 6 1282
庸人自扰
庸人自扰 2021-01-01 23:48

Does anyone know of a program that lets you write javascript; then execute it - all the while having nothing to do with a browser? I don\'t want DOM manipulation, the equiv

6条回答
  •  春和景丽
    2021-01-02 00:11

    Aptana, NetBeans, and Komodo all have great features for JavaScript. Even things like jslint-style syntax checking.

提交回复
热议问题