Skip to content

Commit 5d9f03b

Browse files
committed
README: updating with new status from 'The Unbooks' ebook being published, closes #1899
1 parent 7e08b21 commit 5d9f03b

File tree

2 files changed

+7
-6
lines changed

2 files changed

+7
-6
lines changed

README.md

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,8 @@
33
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;
6-
<a href="https://leanpub.com/ydkjsy-scope-closures"><img src="scope-closures/images/cover.png" width="75"></a>&nbsp;&nbsp;...
6+
<a href="https://leanpub.com/ydkjsy-scope-closures"><img src="scope-closures/images/cover.png" width="75"></a>&nbsp;&nbsp;
7+
<a href="https://leanpub.com/ydkjsy-unbooks"><img src="unbooks-cover.png" width="75"></a>
78

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

@@ -16,9 +17,9 @@ I recommend reading the **second edition** books in this order:
1617
* [Get Started](get-started/README.md) | [Buy on Leanpub](https://leanpub.com/ydkjsy-get-started) | [Buy on Amazon](https://www.amazon.com/dp/B084BNMN7T)
1718
* [Scope & Closures](scope-closures/README.md) | [Buy on Leanpub](https://leanpub.com/ydkjsy-scope-closures) | [Buy on Amazon](https://www.amazon.com/dp/B08634PZ3N)
1819
* [Objects & Classes](objects-classes/README.md) (draft stable)
19-
* [Types & Grammar](types-grammar/README.md) (draft in progress)
20-
* Sync & Async (not yet started)
21-
* ES.Next & Beyond (not yet started)
20+
* [Types & Grammar](types-grammar/README.md) (rough draft)
21+
* ~~Sync & Async (canceled)~~
22+
* ~~ES.Next & Beyond (canceled)~~
2223

2324
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).
2425

@@ -60,6 +61,6 @@ I want to extend a warm and deep thanks to Marc Grabanski and the entire Fronten
6061

6162
## License & Copyright
6263

63-
The materials herein are all &copy; 2019-2022 Kyle Simpson.
64+
The materials herein are all &copy; 2019-2025 Kyle Simpson.
6465

65-
<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>.
66+
<a rel="license" href="https://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>.

unbooks-cover.png

2.04 MB
Loading

0 commit comments

Comments
 (0)