Learn JavaScript

Learn JavaScript from top to bottom with this comprehensive collection of tutorials. Master vanilla JavaScript as well as React, Vue.js, Node, jQuery, and more.

Getting started with JavaScript

  • Create a JavaScript AJAX Post Request: With and Without jQuery

    Create a JavaScript AJAX Post Request: With and Without jQuery

    Kingsley Ubah
  • 19 Best JavaScript Admin Templates for React, Angular, and Vue.js

    19 Best JavaScript Admin Templates for React, Angular, and Vue.js

    Franc Lucas
  • All JavaScript content:

    1. Performant Animations Using KUTE.js: Part 5, Easing Functions and Attributes

      Performant Animations Using KUTE.js: Part 5, Easing Functions and Attributes

      Tutorial Intermediate

      This tutorial will teach you how to animate the values of different kinds of attributes using the attribute plugin in KUTE.js.

    2. Performant Animations Using KUTE.js: Part 4, Animating Text

      Performant Animations Using KUTE.js: Part 4, Animating Text

      Tutorial Intermediate

      This tutorial will teach you how to animate text using the CSS and Text plugins in KUTE.js.

    3. Performant Animations Using KUTE.js: Part 3, Animating SVG

      Performant Animations Using KUTE.js: Part 3, Animating SVG

      Tutorial Intermediate

      This tutorial will teach you how to use the KUTE.js SVG plugin to morph SVG elements and animate the drawing of different shapes using strokes.

    4. Performant Animations Using KUTE.js: Part 2, Animating CSS Properties

      Performant Animations Using KUTE.js: Part 2, Animating CSS Properties

      Tutorial Intermediate

      This tutorial will teach you how to animate different kinds of CSS properties using KUTE.js, using either the core engine or the CSS plugin.

    5. Ionic From Scratch: Getting Started With Ionic

      Ionic From Scratch: Getting Started With Ionic

      Tutorial Beginner

      So you've heard about Ionic and you're wondering how to get started? Learn how to set up an Ionic development environment and create an Ionic project.

    6. 6 Cutting-Edge React Courses

      6 Cutting-Edge React Courses

      Tutorial Beginner

      React is a popular JavaScript library for building user interfaces. Here are six courses that will get you up to speed with the latest in React development.

    7. Performant Animations Using KUTE.js: Part 1, Getting Started

      Performant Animations Using KUTE.js: Part 1, Getting Started

      Tutorial Intermediate

      This series will teach you to create JavaScript-based animations using KUTE.js. In this tutorial, we will get started with it and discuss its features.

    8. Understanding Sets With JavaScript

      Understanding Sets With JavaScript

      Tutorial Intermediate

      Learn techniques that will help you solve common Computer Science problems and design better algorithms.

    9. How to Create Simple Button Fades With CSS

      How to Create Simple Button Fades With CSS

      Tutorial Beginner

      In this video from my course on Practical Web Animation, you'll learn how to create a simple hover effect for navigation menu buttons using CSS.

    10. Java 8 for Android Development: Stream API and Date & Time Libraries

      Java 8 for Android Development: Stream API and Date & Time Libraries

      Tutorial Intermediate

      Learn how to use type annotations, the Stream API, functional interfaces and Java 8.0's new Date and Time API in your Android projects.

    11. Single-Page Applications With ngRoute and ngAnimate in AngularJS

      Single-Page Applications With ngRoute and ngAnimate in AngularJS

      Tutorial Intermediate

      Learn how to implement a single-page application (SPA) in JavaScript with various animations, using AngularJS and its modules ngRoute and ngAnimate.

    12. Code a Quiz App With Vue.js

      Code a Quiz App With Vue.js

      Course Intermediate

      Single-page web apps are more and more in demand, but they can be hard to build with vanilla JavaScript. Thankfully, there are some powerful frameworks that...