如何使用Firefox设置Javascript开发环境?
Working environment is important while programming. We can use IDE’s like Eclipse, Visual Studio etc. or simple notepad or Browsers integrated text editors.
编程时的工作环境很重要。 我们可以使用IDE(例如Eclipse,Visual Studio等)或简单的记事本或Browsers集成的文本编辑器。
便笺 (Scratchpad)
In this tutorial we will use Firefox Scratchpad for simplicity. Scratchpad can be accessed from Menu->Developer->Scratchpad
在本教程中,为简单起见,我们将使用Firefox Scratchpad。 可以从Menu->Developer->Scratchpad
访问Menu->Developer->Scratchpad
As we see Scratchpad provides saving code, running code, inspecting code and debug. For the whole tutorial these features are enough for us. But if you prefer another tool or IDE its ok too.
如我们所见,Scratchpad提供了保存代码,运行代码,检查代码和调试的功能。 对于整个教程,这些功能对我们来说已经足够了。 但是,如果您更喜欢其他工具或IDE,也可以。
We will use latest versions of Chrome, Firefox, etc. . Using latest version is important because the Javascript code will run on the browser.
我们将使用最新版本的Chrome,Firefox等。 使用最新版本很重要,因为Javascript代码将在浏览器上运行。
翻译自: https://www.poftut.com/setup-javascript-development-environment-firefox/