Skip to content

Commit c68990e

Browse files
Merge pull request #8 from nkkollaw/master
Improve wording
2 parents 3b067cc + bb517ce commit c68990e

File tree

1 file changed

+10
-9
lines changed

1 file changed

+10
-9
lines changed

ebook/00_introduction.md

Lines changed: 10 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,28 +1,29 @@
11
# Introduction
22

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

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

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

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

1213
**Disclaimer**
1314

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

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

1819
 
1920

2021
## Contributions & Donations
2122

2223
Any contributions you make are of course greatly appreciated.
2324

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).
2526

2627
## License
2728

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

Comments
 (0)