Book Image

Beginning JavaScript and jQuery [Video]

By : Chip Lambert
Book Image

Beginning JavaScript and jQuery [Video]

By: Chip Lambert

Overview of this book

<p>You will start by learning what JavaScript is and how browsers use it. You will move on to look at the JavaScript syntax—such as comments, operators, and more—and then variables and functions. You will then learn how to execute different pieces of code based on certain conditions as well as how to make code loop a certain number of times. You will finish up the JavaScript section of the video by learning about the Document Object Model or DOM.</p> <p>The second part of the video introduces jQuery and how to use it in your projects. You will then manipulate the DOM and finish up with a quick overview of a couple of advanced jQuery features.</p> <h1>Style and Approach</h1> <p>We break the new concepts up into their own individual exercises to make sure we cover them in-depth yet at a quick pace.</p>
Table of Contents (6 chapters)
Chapter 2
Loops and Conditional Branching
Content Locked
Section 2
While and Do While Loops
Is there an alternative to the for loop? - You will learn the structure of the while loop - You will now learn the do while loop alternative. - We now have three options for loops and know when to use them.