Skip to content

Commit c3dcc59

Browse files
authored
Update README.md
1 parent 674d1d5 commit c3dcc59

File tree

1 file changed

+8
-4
lines changed

1 file changed

+8
-4
lines changed

README.md

+8-4
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,14 @@
11
# 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.
3+
This is a series of books diving deep into the core mechanisms of the JavaScript language. This is the **second edition** of the book series:
44

55
<a href="https://leanpub.com/ydkjsy-get-started"><img src="get-started/images/cover.png" width="75"></a>&nbsp;&nbsp;
66
<a href="https://leanpub.com/ydkjsy-scope-closures"><img src="scope-closures/images/cover.png" width="75"></a>&nbsp;&nbsp;...
77

88
**To read more about the motivations and perspective behind this book series, check out the [Preface](preface.md).**
99

10+
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).
11+
1012
## Premier Sponsor
1113

1214
This edition of the **YDKJS** book series is exclusively sponsored by [Frontend Masters](https://frontendmasters.com).
@@ -23,15 +25,17 @@ I want to extend a warm and deep thanks to Marc Grabanski and the entire Fronten
2325

2426
## Titles
2527

26-
I recommend reading the books in this order:
28+
I recommend reading the **second edition** books in this order:
2729

28-
* [Get Started](get-started/README.md)
29-
* [Scope & Closures](scope-closures/README.md)
30+
* [Get Started](get-started/README.md) | [Buy on Leanpub](https://leanpub.com/ydkjsy-get-started) | [Buy on Amazon](https://www.amazon.com/dp/B084BNMN7T)
31+
* [Scope & Closures](scope-closures/README.md) | [Buy on Leanpub](https://leanpub.com/ydkjsy-scope-closures) | [Buy on Amazon](https://www.amazon.com/dp/B08634PZ3N)
3032
* Objects & Classes (not yet started)
3133
* Types & Grammar (not yet started)
3234
* Sync & Async (not yet started)
3335
* ES.Next & Beyond (not yet started)
3436

37+
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).
38+
3539
## Publishing
3640

3741
As always, you'll be able to read these books online here entirely for free.

0 commit comments

Comments
 (0)