Chapter 2. JavaScript Basics
Prev Part I. JavaScript 101 Next

Chapter 2. JavaScript Basics

Table of Contents

Overview
Syntax Basics
Operators
Conditional Code
Loops
Reserved Words
Arrays
Objects
Functions
Testing Type
Scope
Closures

Overview

jQuery is built on top of JavaScript, a rich and expressive language in its own right. This section covers the basic concepts of JavaScript, as well as some frequent pitfalls for people who have not used JavaScript before. While it will be of particular value to people with no programming experience, even people who have used other programming languages may benefit from learning about some of the peculiarities of JavaScript.

If you’re interested in learning more about the JavaScript language, I highly recommend JavaScript: The Good Parts by Douglas Crockford.


Copyright Rebecca Murphey, released under the Creative Commons Attribution-Share Alike 3.0 United States license.


Prev Up Next
Part I. JavaScript 101 Home Syntax Basics