Skip to content

Commit 8331dd1

Browse files
committed
first commit on clean master
1 parent fe3ea17 commit 8331dd1

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

87 files changed

+29
-31715
lines changed

README.md

Lines changed: 29 additions & 39 deletions
Original file line numberDiff line numberDiff line change
@@ -1,57 +1,47 @@
1-
# You Don't Know JS (book series)
1+
# You Don't Know JS Yet (book series) - 2nd Edition
22

3-
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.
3+
This is a series of books diving deep into the core mechanisms of the JavaScript language.
44

5-
<a href="http://www.ebooks.com/1993212/you-don-t-know-js-up-going/simpson-kyle/"><img src="up %26 going/cover.jpg" width="75"></a>&nbsp;
6-
<a href="http://www.ebooks.com/1647631/you-don-t-know-js-scope-closures/simpson-kyle/"><img src="scope %26 closures/cover.jpg" width="75"></a>&nbsp;
7-
<a href="http://www.ebooks.com/1734321/you-don-t-know-js-this-object-prototypes/simpson-kyle/"><img src="this %26 object prototypes/cover.jpg" width="75"></a>&nbsp;
8-
<a href="http://www.ebooks.com/1935541/you-don-t-know-js-types-grammar/simpson-kyle/"><img src="types %26 grammar/cover.jpg" width="75"></a>&nbsp;
9-
<a href="http://www.ebooks.com/1977375/you-don-t-know-js-async-performance/simpson-kyle/"><img src="async %26 performance/cover.jpg" width="75"></a>&nbsp;
10-
<a href="http://www.ebooks.com/2481820/you-don-t-know-js-es6-beyond/simpson-kyle/"><img src="es6 %26 beyond/cover.jpg" width="75"></a>
5+
----
6+
----
117

12-
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.
8+
| NOTE: The current edition (2nd) of the book series is a *WORK IN PROGRESS*, and [can be found here](https://github.com/getify/You-Dont-Know-JS/tree/2nd-ed).<br><br>The finished previous edition (1st) [can be found here](https://github.com/getify/You-Dont-Know-JS/tree/1st-ed). |
9+
| --- |
1310

14-
**To read more about the motivations and perspective behind this book series, check out the [Preface](preface.md).**
11+
----
12+
----
1513

16-
## Titles
17-
18-
* Read online (free!): ["Up & Going"](up\%20&\%20going/README.md#you-dont-know-js-up--going), Published: [Buy Now](http://www.ebooks.com/1993212/you-don-t-know-js-up-going/simpson-kyle/) in print, but the ebook format is free!
19-
* Read online (free!): ["Scope & Closures"](scope\%20&\%20closures/README.md#you-dont-know-js-scope--closures), Published: [Buy Now](http://www.ebooks.com/1647631/you-don-t-know-js-scope-closures/simpson-kyle/)
20-
* Read online (free!): ["this & Object Prototypes"](this\%20&\%20object\%20prototypes/README.md#you-dont-know-js-this--object-prototypes), Published: [Buy Now](http://www.ebooks.com/1734321/you-don-t-know-js-this-object-prototypes/simpson-kyle/)
21-
* Read online (free!): ["Types & Grammar"](types\%20&\%20grammar/README.md#you-dont-know-js-types--grammar), Published: [Buy Now](http://www.ebooks.com/1935541/you-don-t-know-js-types-grammar/simpson-kyle/)
22-
* Read online (free!): ["Async & Performance"](async\%20&\%20performance/README.md#you-dont-know-js-async--performance), Published: [Buy Now](http://www.ebooks.com/1977375/you-don-t-know-js-async-performance/simpson-kyle/)
23-
* Read online (free!): ["ES6 & Beyond"](es6\%20&\%20beyond/README.md#you-dont-know-js-es6--beyond), Published: [Buy Now](http://www.ebooks.com/2481820/you-don-t-know-js-es6-beyond/simpson-kyle/)
24-
25-
## Publishing
26-
27-
These books are being released here as drafts, free to read, but are also being edited, produced, and published through O'Reilly.
14+
## Premier Sponsor
2815

29-
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. :)
16+
This edition of the **YDKJS** book series is exclusively sponsored by [Frontend Masters](https://frontendmasters.com).
3017

31-
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.
18+
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.
3219

33-
<a href="https://www.patreon.com/getify">[![patreon.png](https://c5.patreon.com/external/logo/become_a_patron_button.png)](https://www.patreon.com/getify)</a>
20+
----
3421

35-
## In-person Training
22+
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.
3623

37-
The content for these books derives heavily from a series of training materials I teach professionally (in both public and private-corporate workshop format): "Deep JavaScript Foundations", "Rethinking Async", and "ES6: The Right Parts" workshops.
24+
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!
3825

39-
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 email: getify @ gmail
26+
----
4027

41-
## Online Video Training
42-
43-
I also have some JS training material available in on-demand video format. I teach courses through [Frontend Masters](https://FrontendMasters.com), like my [Deep JavaScript Foundations](https://frontendmasters.com/courses/javascript-foundations/) workshop. You can find [all my courses here](https://frontendmasters.com/kyle-simpson/).
44-
45-
Some of those courses are also distributed on other platforms, like Pluralsight, Lynda.com, and O'Reilly Safari Online.
28+
## Titles
4629

47-
## Contributions
30+
* ["Getting Started"](https://github.com/getify/You-Dont-Know-JS/blob/2nd-ed/getting\%20started/README.md)
31+
* ["Scope & Closures"](https://github.com/getify/You-Dont-Know-JS/blob/2nd-ed/scope\%20&\%20closures/README.md)
32+
* ["this & Object Prototypes"](https://github.com/getify/You-Dont-Know-JS/blob/2nd-ed/this\%20&\%20object\%20prototypes/README.md)
33+
* ["Types & Grammar"](https://github.com/getify/You-Dont-Know-JS/blob/2nd-ed/types\%20&\%20grammar/README.md)
34+
* ["Async & Performance"](https://github.com/getify/You-Dont-Know-JS/blob/2nd-ed/async\%20&\%20performance/README.md)
35+
* ["ES:Next & Beyond"](https://github.com/getify/You-Dont-Know-JS/blob/2nd-ed/esnext\%20&\%20beyond/README.md)
4836

49-
Any contributions you make to this effort **are of course greatly appreciated**.
37+
## Publishing
5038

51-
But **PLEASE** read the [Contributions Guidelines](CONTRIBUTING.md) carefully before submitting a PR.
39+
As always, you'll be able to read these books online here entirely for free.
5240

53-
## License & Copyright
41+
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.
5442

55-
The materials herein are all &copy; 2013-2018 Kyle Simpson.
43+
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:
5644

57-
<a rel="license" href="http://creativecommons.org/licenses/by-nc-nd/4.0/"><img alt="Creative Commons License" style="border-width:0" src="https://i.creativecommons.org/l/by-nc-nd/4.0/88x31.png" /></a><br />This work is licensed under a <a rel="license" href="http://creativecommons.org/licenses/by-nc-nd/4.0/">Creative Commons Attribution-NonCommercial-NoDerivs 4.0 Unported License</a>.
45+
* [Github Sponsorship](https://github.com/users/getify/sponsorship)
46+
* [Patreon](https://www.patreon.com/getify)
47+
* [Paypal](https://www.paypal.me/getify)

async & performance/README.md

Lines changed: 0 additions & 23 deletions
This file was deleted.

0 commit comments

Comments
 (0)