JavaScript Library

What You'll Learn

In this book we will be introducing you to critical concepts for writing JavaScript. Some of these concepts may be challenging to understand initially, but practice and experimentation should provide clarity. Ask questions and be sure to reflect on what each lesson means in relation to the rest of what you've learned. Learning JavaScript is fun and rewarding!

Ensure that you're coding along where it indicates so that you can get used to typing JavaScript, and that you thoroughly read through the material so that you can maximize your understanding.

This book is intended to be a resource for you throughout the program and beyond, feel free to use it as such, and reference things as needed.

Table of Contents

  • Grammar and Types

  • Control Flow and Error Handling

  • Loops

  • Functions

  • Expressions & Operators

  • String Methods

  • Regular Expressions

  • Arrays

  • Keyed Collections

  • Objects

Next, we'll get started!

Last updated