Chapter 3. Language Essentials
Now that you’ve gotten your feet wet, let’s wade a bit deeper into the JavaScript language. In this chapter, we’ll go into more detail about the basic elements of JavaScript and introduce you to other aspects of the JavaScript language, such as loops, arrays, and more about functions (don’t let your eyes glaze over; we promise that it’ll be easy).
You’ll see how you can use JavaScript to write your Web pages for you, learn how JavaScript handles errors that the user makes, and much more.
Table 3.1. Just Enough HTML—The Basics
Tag | Meaning |
---|---|
| Presents tabular data on a Web page |
| Begins a row inside the table |
| Heading cells for the columns in the table |
| Contains each cell in the table |
Around and Around with Loops
It’s common ...
Get JavaScript and Ajax for the Web, Sixth Edition: Visual QuickStart Guide 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.