You are one click away from getting started!
Select our getting started video for a virtual tour of the Developer Learning Center. Or select one of the lessons below to start learning right away!
Start with JavaScript 101→
A basic introduction into some foundational syntax and types within JavaScript. We'll cover variable declaration, primitive types and basic comparison operations.
We will cover some of the basics around JavaScript object, JavaScript arrays, and a couple of basic looping structures.
Lets start using the jQuery library! We'll write our first JavaScript statement that leverages jQuery, and dive into the selector syntax in some detail.
Here we take a deep dive and dispel the uncertainty surrounding one of the fundamental parts of JavaScript - functions.
We will start taking action with the jQuery library. We start with covering what we mean by "jQuery method". We'll then use our jQuery methods to add style, basic effects and animations of elements, and even learn how to traverse to other elements in the DOM.
We will dig in to manipulating the DOM with jQuery. Included is a challenging real-world exercise that will put your JavaScript and jQuery skills to the test!
Here we take the next step with jQuery methods, covering how to use callback functions effectively.
We are going to see how to plug in to events easily using jQuery and JavaScript functions. Included is a real-world scenario to test all of your jQuery knowledge to this point!