|
1 | 1 | # Introduction
|
2 | 2 |
|
3 |
| -This book is the sum of all my study on JavaScript throughout the past few months. |
4 |
| -As as self-taught web developer I read books, watched tutorials and read articles to keep myself updated to the newest version of JavaScript and while doing so I took several notes. |
| 3 | +This book is the sum of all of my studies on JavaScript throughout the past few months. |
5 | 4 |
|
6 |
| -I have now compiled all these notes in a concise book, covering almost all the new features that have been added to JavaScript since 2015 until 2018. |
| 5 | +As as self-taught web developer I've been reading books, watching tutorials, and reading articles to keep myself up-to-date on the newest version of JavaScript. While doing so, I took several notes. |
7 | 6 |
|
8 |
| -Writing this book has been a long journey but the end result makes me really proud of having started writing it. |
| 7 | +I have now compiled all these notes in a concise book, covering almost all of the new features that have been added to the language between 2015 and 2018. |
9 | 8 |
|
10 |
| -As a self-taught developer I know the importance of sharing knowledge and materials and that is why this book can be read online on my [website](https://www.inspiredwebdev.com/courses/the-complete-guide-to-modern-javascript/) or on [GitHub](https://github.com/AlbertoMontalesi/JavaScript-es6-and-beyond-ebook) where more than 170 people already showed their appreciation for it. |
| 9 | +Writing this book has been a long journey, but the end result makes me really proud of having started writing it. |
| 10 | + |
| 11 | +As a self-taught developer I know the importance of sharing knowledge and material, and that is why this book can be read online on my [website](https://www.inspiredwebdev.com/courses/the-complete-guide-to-modern-javascript/) or on [GitHub](https://github.com/AlbertoMontalesi/JavaScript-es6-and-beyond-ebook), where more than 170 people already showed their appreciation for it. |
11 | 12 |
|
12 | 13 | **Disclaimer**
|
13 | 14 |
|
14 |
| -This book is intended for somebody already familiar with the basics of JavaScript, as I am only focusing on the new features introduced by ES6 and I won't be explaining what is a `var`, how to create a function, etc... |
| 15 | +This book is intended for people already familiar with the basics of JavaScript, as I am only focusing on the new features introduced by ES6 and I won't be explaining what `var` is, how to create functions, etc... |
15 | 16 |
|
16 |
| -Additional chapters cover the new features introduced post ES6 (ES2015) all the way to the most recent version, ES2018. |
| 17 | +Additional chapters cover the new features introduced post-ES6 (ES2015) all the way to the most recent version, ES2018. |
17 | 18 |
|
18 | 19 |
|
19 | 20 |
|
20 | 21 | ## Contributions & Donations
|
21 | 22 |
|
22 | 23 | Any contributions you make are of course greatly appreciated.
|
23 | 24 |
|
24 |
| -If you enjoy my content and you want to donate me a cup of coffee, you can do so [here](https://www.paypal.me/albertomontalesi). |
| 25 | +If you enjoy my content and you want to donate a cup of coffee to me, you can do so [here](https://www.paypal.me/albertomontalesi). |
25 | 26 |
|
26 | 27 | ## License
|
27 | 28 |
|
28 |
| -<a rel="license" href="http://creativecommons.org/licenses/by-nc-nd/3.0/"><img alt="Creative Commons License" style="border-width:0" src="https://i.creativecommons.org/l/by-nc-nd/3.0/88x31.png" /></a><br />This work is licensed under a <a rel="license" href="http://creativecommons.org/licenses/by-nc-nd/3.0/">Creative Commons Attribution-NonCommercial-NoDerivs 3.0 Unported License</a>. |
| 29 | +<a rel="license" href="http://creativecommons.org/licenses/by-nc-nd/3.0/"><img alt="Creative Commons License" style="border-width:0" src="https://i.creativecommons.org/l/by-nc-nd/3.0/88x31.png" /></a><br />This work is licensed under a <a rel="license" href="http://creativecommons.org/licenses/by-nc-nd/3.0/">Creative Commons Attribution-NonCommercial-NoDerivs 3.0 Unported License</a>. |
0 commit comments