可以在不使用任何工具的情况下使用JavaScript吗?

huangapple go评论55阅读模式
英文:

Can one work with JavaScript without any tools?

问题

要使用JavaScript,是否需要一些工具,还是可以像这样“干净”地完成?如果我在我的环境中不仅包括BIT,还包括Helios、React或其他工具,是否有关系?
P.S. 我只是一个初学者,如果问题不够准确或不清楚,请原谅我。

我还没有做任何事情。

英文:

To work with javascript, is it necessary to have some of the tools, or can it be done "dry" like that? Does it matter if I include not only BIT, but also Helios, React, or one of the other tools in my environment?
P.S. I'm just a beginner so if the question is imprecise or unclear, please forgive me.

I didn't do anything yet.

答案1

得分: 0

使用JavaScript,您不一定需要任何特定工具,但拥有良好的开发环境并使用某些工具可以极大地提高您的生产力,使编码体验更加愉快。

您可以开始创建带有JavaScript代码的HTML文件,并在浏览器中运行它。然后,在一段时间内,您将了解这些工具,最重要的是,它们解决了什么问题。因此,随着学习的进行,使用其他工具将变得自然。

英文:

To work with JavaScript, you don't necessarily need any specific tools, but having a good development environment and using certain tools can greatly enhance your productivity and make your coding experience more enjoyable.

You can start making HTML files, with javascript code inside it, and running it in the browser. Then, given some time, you will learn about the tools and, most important, what problems do they solve. So, it will become natural to use other tools as your learning progresses.

答案2

得分: 0

如果你说的工具是指集成开发环境(IDE)之类的工具,那么是的,你可以使用诸如Notepad++之类的工具来编写JavaScript代码,它是一种进化后的记事本样式工具,而且是免费的。使用像IDE这样的“工具”编程的优势在于它们提供了一种运行代码、测试代码以及检查你所写内容语法的方式。我发现这些功能在我几年前开始编程时对我非常重要。

英文:

If by tools you mean an IDE, for example, then yes you can write javascipt code using Notepad++ for example, which is an evelved notepad style tool and it is free of charge. The advantage of using "tools" like and IDE for programming, is that they give you a way to run your code, then test, and also check the syntax of what you write. I found these features very important for me when I started coding a few years back.

huangapple
  • 本文由 发表于 2023年5月25日 00:25:15
  • 转载请务必保留本文链接:https://go.coder-hub.com/76325620.html
匿名

发表评论

匿名网友

:?: :razz: :sad: :evil: :!: :smile: :oops: :grin: :eek: :shock: :???: :cool: :lol: :mad: :twisted: :roll: :wink: :idea: :arrow: :neutral: :cry: :mrgreen:

确定