Skip to content

kemapak/javascript-fundamentals

Repository files navigation

javascript-fundamentals (Under Development/Draft)

This repository contains training classes for JavaScript fundamentals (ES2020).

The software engineer can through the examples to understand the concepts as well as the new features of JavaScript.

Each section has a README file for more details about that specific topic of the language.

Most code example has also has unit tests to help the student to understand the contract of the feature better as well as hope to make writing unit tests a habit.

You can use any modern Browser or install Node JS

We will be using:

Table of Contents

  1. Introduction
  2. Identifiers, Literals, Expressions, Statements and Comments
  3. Types
    1. Number
    2. String
    3. Symbol
  4. Operators
  5. Conditionals and Loops
  6. Functions, Classes and Modules
  7. Collections - Arrays, Maps, Sets
  8. Objects
  9. Regular Expressions and String Manipulation
  10. Getting Data
  11. Promises, Async and Await
  12. Node Basics
  13. Express Basics

About

Notes and code samples for the JavaScript fundamentals training.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published