CHAPTER 1

image

Using JavaScript

To begin experimenting with JavaScript, you should install an Integrated Development Environment (IDE) that supports this language. There are many good choices, such as NetBeans, Eclipse, Visual Studio, and Brackets. In this book we will be using NetBeans, which is available for free from Netbeans.org.1 To follow along make sure you download one of the bundles that include HTML 5 support, as this also includes support for JavaScript.

Alternatively, you can develop using a simple text editor – such as Notepad – although this is less convenient than using an IDE. If you choose to do so, just create an empty document with ...

Get JavaScript Quick Syntax Reference now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.