JavaScript Recipes Год издания: 2017 Автор: Ferguson R., Cirkel K. Издательство: Apress ISBN: 978-1-4302-6106-3 Язык: Английский Формат: PDF Качество: Сфотографированные страницы Интерактивное оглавление: Да Количество страниц: 347 Описание: This comprehensive book is your go-to reference for tackling common and advanced JavaScript tasks. JavaScript is the world’s most popular client-side scripting language and is gaining popularity on the server. Using a problem-solution approach, this book takes you from language basics like built-in objects and flow control all the way to advanced optimization techniques, frameworks and Node.js. Quickly discover solutions to common problems, best practices you can follow, and everything JavaScript has to offer. With JavaScript Recipes you will learn language fundamentals like types, conversions, execution contexts, expressions, operators, statements, and built-in objects. With this book you'll be able to explore and make the most of your script’s host environment and how to create your own JavaScript host using Google’s V8 engine. Employ advanced optimization techniques to create scripts that execute as fast, or faster, than native executables. JavaScript Recipes shows you how to avoid wasting development time and concentrate on developing cutting-edge applications. You’ll see how much quicker and efficient it is to develop with JavaScript. Start becoming a JavaScript pro with JavaScript Recipes today.
Примеры страниц
Оглавление
Contents at a Glance About the Authors .................................................................................................... lv Acknowledgments ................................................................................................. lvii Introduction ............................................................................................................ lix Chapter 1: Working with JavaScript Datatypes ..................................................... 1 Chapter 2: Working with Expressions ................................................................. 49 Chapter 3: Working with Strings ......................................................................... 91 Chapter 4: Working with Numbers and Math .................................................... 137 Chapter 5: Working with Bitwise Operations Against 32-Bit Integers .............. 151 Chapter 6: Dates and Times ............................................................................... 173 Chapter 7: Working with Arrays ........................................................................ 181 Chapter 8: Working with Arrays in Loops .......................................................... 195 Chapter 9: Working with Objects ....................................................................... 207 Chapter 10: Working with Sets .......................................................................... 225 Chapter 11: Working with Maps ........................................................................ 233 Chapter 12: Working with Functions ................................................................. 239 Chapter 13: Working with Generators ............................................................... 255 Chapter 15: Working with Symbols ................................................................... 267 Chapter 16: Working with Proxies ..................................................................... 277 Chapter 17: Working with Classes .................................................................... 281 Chapter 18: Working with Events ...................................................................... 289 Chapter 19: Debugging and Handling Exceptions .............................................. 295 Chapter 20: Working with Regular Expressions ................................................ 301 Chapter 21: Working with Asynchronous Control Flow and Promises .............. 309 Index ............................................................................................................... 341
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum You cannot attach files in this forum You can download files in this forum