algoritmau / beginner-javascript-notes

Repo notes and observations on the Beginner JavaScript course by Wes Bos

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Beginner JavaScript Notes

Living Document – Last Edited 1 Jul 2020

Hi, there. I'm Mauricio Paternina, a UX Designer from Colombia, seeking to become a Software Developer. You can find me on any social media as @spaceinvadev.

These are my notes and extended observations on the Beginner JavaScript course by Wes Bos. Keep in mind that the content, as well as the order of these notes, might differ from what's explained on the course as I gathered additional information from other sources to complement and enrich the knowledge.

You can read the full notes here.

Feel free to provide feedback via Pull Request, or star the GitHub repo.

Contents

  1. Browser, Editor, and Terminal Setup

  2. What is JavaScript?

  3. Running and Loading JavaScript

  4. Values and Types

  5. Variables

About

Repo notes and observations on the Beginner JavaScript course by Wes Bos