Accelerated JS Tutorial
Live Help
  • Evie's Accelerated JS Tutorial
  • Variables
  • Simple Data Types
    • Template Literals
  • Mid Level Data Types
    • Awesome Array Methods
  • Advanced Data Types
    • Map
  • Understanding Conditions
  • Understanding Functions
    • Using and Calling Functions
    • ES6 functions
    • Lambda / Anonymous Functions
    • Callbacks
    • Pure Functions and Side-Effects
    • Chaining Functions
  • Understanding Modules
  • Understanding Classes
  • Understanding Promises
Powered by GitBook
On this page

Evie's Accelerated JS Tutorial

Keep being told to "Go Learn JavaScript"? Tired of being called a noob? This guide will speed you through some important JavaScript basics because we know you're a smart cookie and you can take it.

The goal of this guide is to get you through as much JavaScript by showing some real-life examples of each feature being used. I'll be providing links to documentation and other tutorials with more details when necessary.

NextVariables

Last updated 7 years ago