Step-by-step guide on becoming a JavaScript guru
DESCRIPTION
From start to finish, this book will cover all the intricacies of the JavaScript language! You will get an overview of all the Statements, Functions, and Operators. Then you will learn the fun stuff which includes: Classes, Prototypes, Promises, and Generators. You will learn about arrays and how to make your scripts achieve logic in your scripts. Lastly, you will learn how to combine JavaScript with other languages.
KEY FEATURES
- The JavaScript LanguageÊ
- Control-flow statementsÊ
- LoopsÊ
- ClassesÊ
- PrototypesÊ
- ModulesÊ
- GeneratorsÊ
- ArraysÊ
- Regular ExpressionsÊ
- Error Handling
WHAT WILL YOU LEARN
By the end of this book, you will be able to create basic and advanced web applications. You will be able to structure your web pages and its data into proper objects and classes and make use of them productively.Ê
WHO THIS BOOK IS FOR
People who are new to software development and want to learn JavaScript will find this book useful. This book can also be used by JavaScript users for a quick reference for the fundamentals and new features.
Table of Contents
1. Overview of the power of JavaScript and its purposeÊ
2. JavaScript ObjectsÊ
3. JavaScript StatementsÊ
4. JavaScript OperatorsÊ
5. JavaScript FunctionsÊ
6. ClassesÊ
7. PrototypesÊ
8. Properties
9. PromisesÊ
10. GeneratorsÊ
11. ModulesÊ
12. Variables
13. Control-flow statementsÊ
14. LoopsÊ
15. Code QualityÊ
16. ArraysÊ
17. Regular Expressions
18. Partials and CurryingÊ
19. JavaScript and Other Languages