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.
What You'll Learn
- Learn JavaScript language fundamentals and what they can do for you
- Use JavaScript's powerful features to develop next-generation applications
- Explore your script's host environment and extend it with your own objects
- Learn how to use Google's V8 Engine to create your own JavaScript environment
- Learn advanced optimization techniques
- Implement advanced techniques like closures, namespaces, and reflection
- How to use Node.js efficiently
Who This Book Is For
JavaScript developers who need to get development tasks accomplished quickly.
Table of contents
- Cover
- Frontmatter
- 1. Working with JavaScript Datatypes
- 2. Working with Expressions
- 3. Working with Strings
- 4. Working with Numbers and Math
- 5. Working with Bitwise Operations Against 32-Bit Integers
- 6. Dates and Times
- 7. Working with Arrays
- 8. Working with Arrays in Loops
- 9. Working with Objects
- 10. Working with Sets
- 11. Working with Maps
- 12. Working with Functions
- 13. Working with Generators
- 14. Working with Template Literals
- 15. Working with Symbols
- 16. Working with Proxies
- 17. Working with Classes
- 18. Working with Events
- 19. Debugging and Handling Exceptions
- 20. Working with Regular Expressions
- 21. Working with Asynchronous Control Flow and Promises
- Backmatter
Product information
- Title: JavaScript Recipes: A Problem-Solution Approach
- Author(s):
- Release date: December 2016
- Publisher(s): Apress
- ISBN: 9781430261070
You might also like
book
Clean Code in JavaScript
Get the most out of JavaScript for building web applications through a series of patterns, techniques, …
video
Full Stack Web Development Mastery Course - Novice to Expert
Full stack development refers to the development of both frontend (client-side) and backend (server-side) portions of …
video
React - The Complete Guide (Includes Hooks, React Router, and Redux) - Second Edition
**This course is now updated for the latest version of React—React 18** React.js is the most …
video
Introduction to ChatGPT and OpenAI
OpenAI ChatGPT is a powerful language model that uses advanced ML techniques to generate human-like text …