Skip to content

Every Journey Needs a Roadmap

Discover what you will be learning and where I’m going to take you as you start your journey into JavaScript.

QuickStart Tutorials

Did you know that you can learn JavaScript without knowing any HTML or CSS? You can!

If that’s your situation, then consider looking at the QuickStart tutorials. All you need is NodeJS, a terminal, and an editor like Visual Studio Code. See the System Setup on how to install these tools.

Here’s a summary of what each QuickStart covers.

The QuickStart Series gets you up and running with JavaScript - No HTML or CSS required! There are four sets available.

You can start with the JavaScript Quickstart for beginners followed by the series About Objects and Functions. From there, you can jump into either JavaScript Projects or Flow Control Statements.

JavaScript QuickStart

Suitable for absolute beginners in JavaScript programming, these tutorials guide the user through the foundations of JavaScript and how to perform calculations and string manipulation.

About Objects and Functions

This series introduces Objects in JavaScript and explores the various ways we can create functions in JavaScript. It closes with a look at JavaScript modules as a way to organize larger code bases by splitting the code into several files.

Flow Control Statements

JavaScript Projects

Author TODO

  • Summarize the End-Point

  • System Setup - Packing for the Journey

  • QuickStarts - Tutorials that explore JavaScript apart from any DOM or browser usage.

    • JavaScript Quickstart A three-part series where we dive right into JavaScript to discover the fundamentals.
    • About Objects and Functions A three-part series where we discover JavaScript Objects, Functions, and Classes.
    • Flow Control Quickstart A two-part series that looks at conditionals and loops.
    • JavaScript Projects A two-part series where we create Node projects, use JavaScript modules, and learn about Unit Testing.
  • Practice Version Control - Making sure you’ve gassed up the car

  • Querying the DOM and Using <script> Tags - Pulling out of the driveway

  • Variables, Values and Data Types - Getting some food

  • Functions

  • Events