Javascript

Learn Javascript from the best Javascript tutorials, including the most popular Javascript online courses, videos, books, podcasts, and blogs.

Resource type
Cost
Skill level
Certificate

Ajax Tutorial

An Ajax call is an asynchronous request initiated by the browser that does not directly result in a page transition. A servlet request is a Java-specifc term (servlets are a Java specification) for servicing an HTTP request that could get a simple GET or POST (etc) or an Ajax request.

The Joy of JavaScript

In The Joy of JavaScript, author and JavaScript expert Luis Atencio teaches you key design concepts that lead to clean, lean, modular, and easy-to-maintain code.

Secrets of the JavaScript Ninja, Second Edition

Secrets of the JavaScript Ninja, Second Edition uses practical examples to clearly illustrate each core concept and technique. This completely revised edition shows you how to master key JavaScript concepts such as functions, closures, objects, prototypes, and promises. It covers APIs such as the DOM, events, and timers.

JavaScript on Things

JavaScript on Things is your first step into the exciting and downright entertaining world of programming for small electronics. If you know enough JavaScript to hack a website together, you'll be making things go bleep, blink, and spin faster than you can say "nodebot."

Functional Programming in JavaScript

Functional Programming in JavaScript teaches JavaScript developers functional techniques that will improve extensibility, modularity, reusability, testability, and performance. Through concrete examples and jargon-free explanations, this book teaches you how to apply functional programming to real-life development tasks

Designing Scalable JavaScript Applications

Designing Scalable JavaScript Applications helps you start thinking about which tools and frameworks you'll use and which design patterns youll implement. This book brings together excerpts from four different Manning titles selected by Emmit Scott, the author of SPA Design and Architecture.

Introduction to Javascript | Koder HQ

In this introductory tutorial we talk about what Javascript is, what it's used for, and why you should learn this powerful programming language. We also quickly cover the learning level of difficulty for Javascript and prerequisites for this tutorial series.

JavaScript In Practice: ES6 And Beyond

This course provides a practical view into all of the components present in ES6. We'll discuss the importance of each component, learning how and why it makes things simpler in Javascript. Interactive exercises and quizzes will help you adopt these modern coding practices for JavaScript.