0%

Book Description

Quickly discover solutions to common problems, best practices you can follow, and everything JavaScript has to offer. 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.

With JavaScript Recipes you will learn language fundamentals like types, conversions, execution contexts, expressions, operators, statements, and built-in objects. You'll 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.

Table of Contents

  1. Cover
  2. Frontmatter
  3. 1. Working with JavaScript Datatypes
  4. 2. Working with Expressions
  5. 3. Working with Strings
  6. 4. Working with Numbers and Math
  7. 5. Working with Bitwise Operations Against 32-Bit Integers
  8. 6. Dates and Times
  9. 7. Working with Arrays
  10. 8. Working with Arrays in Loops
  11. 9. Working with Objects
  12. 10. Working with Sets
  13. 11. Working with Maps
  14. 12. Working with Functions
  15. 13. Working with Generators
  16. 14. Working with Template Literals
  17. 15. Working with Symbols
  18. 16. Working with Proxies
  19. 17. Working with Classes
  20. 18. Working with Events
  21. 19. Debugging and Handling Exceptions
  22. 20. Working with Regular Expressions
  23. 21. Working with Asynchronous Control Flow and Promises
  24. Backmatter
52.14.103.77