Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jprando/you-dont-know-js-yet-vuepress
You Dont Know JS Yet - Vuepress Version
https://github.com/jprando/you-dont-know-js-yet-vuepress
Last synced: about 1 month ago
JSON representation
You Dont Know JS Yet - Vuepress Version
- Host: GitHub
- URL: https://github.com/jprando/you-dont-know-js-yet-vuepress
- Owner: jprando
- License: other
- Created: 2020-03-10T23:11:12.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2023-02-03T05:18:58.000Z (almost 2 years ago)
- Last Synced: 2023-03-17T22:18:14.894Z (almost 2 years ago)
- Language: JavaScript
- Size: 5.72 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE.txt
Awesome Lists containing this project
README
---
meta:
- name: keywords
content: javascript, ydkjs, ydkjsy, desenvolvimento, tecnologia, programacao
home: true
actionText: Get Started
actionLink: /get-started/
features:
- title: Get Started
- title: Scope & Closures
- title: Objects & Classes
- title: Types & Grammar
- title: Sync & Async
- title: ES.Next & Beyond
displayAllHeaders: false
sidebar: false
---
# You Don't Know JS Yet (book series) - 2nd EditionThis is a series of books diving deep into the core mechanisms of the JavaScript language.
[![Netlify Status](https://api.netlify.com/api/v1/badges/7334da28-29dd-4673-bf84-7b478de6f34d/deploy-status)](https://app.netlify.com/sites/ydkjsy/deploys)
**To read more about the motivations and perspective behind this book series, check out the [Preface](preface.md).**
## Premier Sponsor
This edition of the **YDKJS** book series is exclusively sponsored by [Frontend Masters](https://frontendmasters.com).
Frontend Masters is the gold standard for top-of-the-line expert training material in frontend-oriented software development. With over 150 courses on all things frontend, this should be your first and only stop for quality video training on HTML, CSS, JS, and related technologies.
----
I teach [all my workshops](https://frontendmasters.com/kyle-simpson) exclusively through Frontend Masters. If you like this book content, please check out my video training courses.
I want to extend a warm and deep thanks to Marc Grabanski and the entire Frontend Masters team, not only for their excellent work with the video training platform, but for their unwavering support of me and of the "You Don't Know JS" books!
----
## Titles
I recommend reading the books in this order:
* [Get Started](get-started/README.md)
* [Scope & Closures](scope-closures/README.md)
* [Objects & Classes](objects-classes/README.md)
* [Types & Grammar](types-grammar/README.md)
* [Sync & Async](sync-async/README.md)
* [ES.Next & Beyond](es-next-beyond/README.md)## Publishing
As always, you'll be able to read these books online here entirely for free.
This edition of the books is being self-published through [GetiPub](https://geti.pub) publishing. The published books will be made available for sale through normal book retail sources.
If you'd like to contribute financially towards the effort (or any of my other OSS efforts) aside from purchasing the published books, please consider these options:
* [Github Sponsorship](https://github.com/users/getify/sponsorship)
* [Patreon](https://www.patreon.com/getify)
* [Paypal](https://www.paypal.me/getify)## Contributions
Please feel free to contribute to the quality of this content by submitting PRs for improvements to code snippets, explanations, etc. While typo fixes are welcomed, they will likely be caught through normal editing/publishing processes, **so please don't worry about them right now.**
Any contributions you make to this effort **are of course greatly appreciated**.
But **PLEASE** read the [Contributions Guidelines](CONTRIBUTING.md) carefully before submitting a PR.
## License & Copyright
The materials herein are all © 2019-2020 Kyle Simpson.
This work is licensed under a Creative Commons Attribution-NonCommercial-NoDerivs 4.0 Unported License.