Web Development Tutorials




  

Chapter 2 - JavaScript Data Operations

Before you bring dynamic styling and content to a Web page you need to know the coding lanaguage through which this can happen. Over the next few tutorials you are introduced to the JavaScript language. If you already know a programming language, you should see a lot of similarities in JavaScript. It has the same types of arithmetic and logical operations as other languages, along with the same types of branching and looping control structures. It should be a relatively simple matter of learning the syntactical differences in JavaScript.



TOP | NEXT: Data Types and Variables