January 2001
Beginner
312 pages
6h 4m
English
As you already know, JavaScript doesn't require you to go to your software retailer and buy expensive software to write JavaScript. However, two different kinds of software exist that will let you do the job. Let's look at these now.
Probably the best option is choosing a simple text editor (such as faithful old Windows Notepad) and typing in the code this way. Writing JavaScript this way might be the “hard way” to write JavaScript, but it has some cracking advantages:
It's cheap!
You don't need to learn how to use a complex piece of software.
You actually learn JavaScript, as opposed to learning how a software package works.
It frees you from the JavaScript techniques built into the software package. ...
Read now
Unlock full access