Skip to content

Commit c828fe7

Browse files
committed
README: adding link to in-progress 'objects and classes' book
1 parent e17d9b1 commit c828fe7

File tree

1 file changed

+16
-16
lines changed

1 file changed

+16
-16
lines changed

README.md

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -9,27 +9,13 @@ This is a series of books diving deep into the core mechanisms of the JavaScript
99

1010
If you're looking for the previous **first edition** books, [they can be found here](https://github.com/getify/You-Dont-Know-JS/blob/1st-ed/README.md).
1111

12-
## Premier Sponsor
13-
14-
This edition of the **YDKJS** book series is exclusively sponsored by [Frontend Masters](https://frontendmasters.com).
15-
16-
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.
17-
18-
----
19-
20-
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.
21-
22-
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!
23-
24-
----
25-
2612
## Titles
2713

2814
I recommend reading the **second edition** books in this order:
2915

3016
* [Get Started](get-started/README.md) | [Buy on Leanpub](https://leanpub.com/ydkjsy-get-started) | [Buy on Amazon](https://www.amazon.com/dp/B084BNMN7T)
3117
* [Scope & Closures](scope-closures/README.md) | [Buy on Leanpub](https://leanpub.com/ydkjsy-scope-closures) | [Buy on Amazon](https://www.amazon.com/dp/B08634PZ3N)
32-
* Objects & Classes (not yet started)
18+
* [Objects & Classes](objects-classes/README.md) (draft in progress)
3319
* Types & Grammar (not yet started)
3420
* Sync & Async (not yet started)
3521
* ES.Next & Beyond (not yet started)
@@ -56,8 +42,22 @@ Any contributions you make to this effort **are of course greatly appreciated**.
5642

5743
But **PLEASE** read the [Contributions Guidelines](CONTRIBUTING.md) carefully before submitting a PR.
5844

45+
## Premier Sponsor
46+
47+
The first two books of the second edition are exclusively sponsored by [Frontend Masters](https://frontendmasters.com).
48+
49+
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.
50+
51+
----
52+
53+
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.
54+
55+
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!
56+
57+
----
58+
5959
## License & Copyright
6060

61-
The materials herein are all © 2019-2020 Kyle Simpson.
61+
The materials herein are all © 2019-2022 Kyle Simpson.
6262

6363
<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>.

0 commit comments

Comments
 (0)