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
- Host: GitHub
- URL: https://github.com/patternina/beginner-javascript-notes
- Owner: patternina
- Created: 2020-05-16T19:02:16.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2020-06-06T16:33:03.000Z (almost 6 years ago)
- Last Synced: 2025-06-08T03:10:26.043Z (9 months ago)
- Size: 3.55 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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)