An open API service indexing awesome lists of open source software.

https://github.com/patternina/beginner-javascript-notes

Repo notes and observations on the Beginner JavaScript course by Wes Bos
https://github.com/patternina/beginner-javascript-notes

Last synced: 9 months ago
JSON representation

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

Awesome Lists containing this project

README

          

# Beginner JavaScript Notes
> Living Document – Last Edited 1 Jul 2020

Hi, there. I'm [Mauricio Paternina](https://linkedin.com/in/mauriciopaterninar), 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](https://beginnerjavascript.com/) course by [Wes Bos](https://wesbos.com/). 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](https://www.notion.so/Beginner-JavaScript-Notes-ea3c6d5a6de54c658435f4d894232b74).

Feel free to provide feedback via Pull Request, or star the [GitHub repo](https://github.com/spaceinvadev/beginner-javascript-notes).

## Contents

1. [Browser, Editor, and Terminal Setup](./pages/01-browser-editor-and-terminal-setup.md)

2. [What is JavaScript?](./pages/02-what-is-javascript.md)

3. [Running and Loading JavaScript](./pages/03-running-and-loading-js.md)

4. [Values and Types](./pages/04-values-and-types.md)

5. [Variables](./pages/05-variables.md)