Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ngminhtrung/you-dont-know-js
This place keeps a partly-translated version of the book "You-Dont-Know-JS" (written by Kyle Simpson). I've tried to translate the book from English to Vietnamese, in order to help myself and others to understand its content better. See the official website of this book:
https://github.com/ngminhtrung/you-dont-know-js
book-series javascript this vietnamese
Last synced: 2 days ago
JSON representation
This place keeps a partly-translated version of the book "You-Dont-Know-JS" (written by Kyle Simpson). I've tried to translate the book from English to Vietnamese, in order to help myself and others to understand its content better. See the official website of this book:
- Host: GitHub
- URL: https://github.com/ngminhtrung/you-dont-know-js
- Owner: ngminhtrung
- License: other
- Created: 2017-08-03T13:22:27.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-06-28T14:27:41.000Z (over 6 years ago)
- Last Synced: 2023-08-29T08:34:57.165Z (over 1 year ago)
- Topics: book-series, javascript, this, vietnamese
- Language: JavaScript
- Homepage: https://www.kickstarter.com/projects/getify/you-dont-know-js-book-series
- Size: 3.47 MB
- Stars: 60
- Watchers: 7
- Forks: 25
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# You Don't Know JS (book series)
This is a series of books diving deep into the core mechanisms of the JavaScript language. The first edition of the series is now complete.
Please feel free to contribute to the quality of this content by submitting PR's for improvements to code snippets, explanations, etc. While typo fixes are welcomed, they will likely be caught through normal editing processes, and are thus not necessarily as important for this repository.
**To read more about the motivations and perspective behind this book series, check out the [Preface](preface.md).**
## Titles
* Read online (free!): ["Up & Going"](up\%20&\%20going/README.md#you-dont-know-js-up--going), Published: [Buy Now](http://shop.oreilly.com/product/0636920039303.do) in print, but the ebook format is free!
* Read online (free!): ["Scope & Closures"](scope\%20&\%20closures/README.md#you-dont-know-js-scope--closures), Published: [Buy Now](http://shop.oreilly.com/product/0636920026327.do)
* Read online (free!): ["this & Object Prototypes"](this\%20&\%20object\%20prototypes/README.md#you-dont-know-js-this--object-prototypes), Published: [Buy Now](http://shop.oreilly.com/product/0636920033738.do)
* Read online (free!): ["Types & Grammar"](types\%20&\%20grammar/README.md#you-dont-know-js-types--grammar), Published: [Buy Now](http://shop.oreilly.com/product/0636920033745.do)
* Read online (free!): ["Async & Performance"](async\%20&\%20performance/README.md#you-dont-know-js-async--performance), Published: [Buy Now](http://shop.oreilly.com/product/0636920033752.do)
* Read online (free!): ["ES6 & Beyond"](es6\%20&\%20beyond/README.md#you-dont-know-js-es6--beyond), Published: [Buy Now](http://shop.oreilly.com/product/0636920033769.do)## Publishing
These books are being released here as drafts, free to read, but are also being edited, produced, and published through O'Reilly.
If you like the content you find here, and want to support more content like it, please purchase the books once they are available for sale, through your normal book sources. :)
If you'd like to contribute financially towards the effort (or any of my other OSS work) aside from purchasing the books, I do have a [patreon](https://www.patreon.com/getify) that I would always appreciate your generosity towards.
[![patreon.png](https://s11.postimg.org/axpzguh77/patreon.png)](https://www.patreon.com/getify)
## In-person Training
The content for these books derives heavily from a series of training materials I teach professionally (in both public and private-corporate workshop format), called "Advanced JS: The 'What You Need To Know' Parts".
If you like this content and would like to contact me regarding conducting training on these, or other various JS/HTML5/node.js topics, please reach out to me through any of these channels listed here:
[http://getify.me](http://getify.me)
## Online Video Training
I also have some JS training material available in on-demand video format. I teach courses through [Frontend Masters](https://FrontendMasters.com), like my [Advanced JS](https://frontendmasters.com/courses/advanced-javascript/) workshop (more courses coming soon!).
That same course is also [available through Pluralsight](http://www.pluralsight.com/courses/advanced-javascript).
## Contributions
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 (c) 2013-2016 Kyle Simpson.
This work is licensed under a Creative Commons Attribution-NonCommercial-NoDerivs 4.0 Unported License.