The Joy of JavaScript
eBook - ePub

The Joy of JavaScript

  1. 360 pages
  2. English
  3. ePUB (mobile friendly)
  4. Available on iOS & Android
eBook - ePub

The Joy of JavaScript

About this book

The Joy of JavaScript introduces techniques that turn JavaScript programmers into JavaScript pros. Summary
Whether building interactive browser-based applications or creating server-side applications in Node, JavaScript is the most widely used language for web programming. With new features, language improvements, paradigms, and potential use cases appearing regularly, there's never been a more exciting time to be a JavaScript developer. In The Joy of JavaScript, author and JavaScript expert Luis Atencio teaches you key design concepts that lead to clean, lean, modular, and easy-to-maintain code. Purchase of the print book includes a free eBook in PDF, Kindle, and ePub formats from Manning Publications. About the technology
JavaScript is at the heart of web applications on the browser side and, via the popular Node.js runtime, it often powers the server side too. Simply put, the web runs on JavaScript. About the book
The Joy of JavaScript introduces techniques that turn JavaScript programmers into JavaScript pros. You'll work with cutting edge APIs, language features, and coding styles to tackle tricky problems in an elegant manner. Along the way, you'll practice good object design, drive business logic with functional thinking, and untangle complex data flows. What's inside JavaScript's objects and module system
Working with higher order functions
Identifying and creating composable software
Preparing for upcoming JavaScript features About the reader
Written for experienced and passionate JavaScript developers. About the author
Luis Atencio is a software engineer for Citrix Systems, author of Manning's Functional Programming in JavaScript, and co-author of Manning's RxJS in Action. Table of Contents 1 JavaScript reloaded PART 1 - OBJECTS 2 Inheritance-based object modeling 3 Linked, compositional object models PART 2 - FUNCTIONS 4 Writing composable, pure code 5 Higher-kinded composition PART 3 - CODE 6 ECMAScript Modules 7 Hooked on metaprogramming PART 4 - DATA 8 Linear async flows 9 Stream programming

Frequently asked questions

Yes, you can cancel anytime from the Subscription tab in your account settings on the Perlego website. Your subscription will stay active until the end of your current billing period. Learn how to cancel your subscription.
At the moment all of our mobile-responsive ePub books are available to download via the app. Most of our PDFs are also available to download and we're working on making the final remaining ones downloadable now. Learn more here.
Perlego offers two plans: Essential and Complete
  • Essential is ideal for learners and professionals who enjoy exploring a wide range of subjects. Access the Essential Library with 800,000+ trusted titles and best-sellers across business, personal growth, and the humanities. Includes unlimited reading time and Standard Read Aloud voice.
  • Complete: Perfect for advanced learners and researchers needing full, unrestricted access. Unlock 1.4M+ books across hundreds of subjects, including academic and specialized titles. The Complete Plan also includes advanced features like Premium Read Aloud and Research Assistant.
Both plans are available with monthly, semester, or annual billing cycles.
We are an online textbook subscription service, where you can get access to an entire online library for less than the price of a single book per month. With over 1 million books across 1000+ topics, we’ve got you covered! Learn more here.
Look out for the read-aloud symbol on your next book to see if you can listen to it. The read-aloud tool reads text aloud for you, highlighting the text as it is being read. You can pause it, speed it up and slow it down. Learn more here.
Yes! You can use the Perlego app on both iOS or Android devices to read anytime, anywhere — even offline. Perfect for commutes or when you’re on the go.
Please note we cannot support devices running on iOS 13 and Android 7 or earlier. Learn more about using the app.
Yes, you can access The Joy of JavaScript by Luis Atencio in PDF and/or ePUB format, as well as other popular books in Computer Science & Programming in HTML. We have over one million books available in our catalogue for you to explore.

Information

Table of contents

  1. inside front cover
  2. The Joy of JavaScript
  3. Copyright
  4. dedication
  5. brief contents
  6. contents
  7. front matter
  8. 1 JavaScript reloaded
  9. Part 1. Objects
  10. 2 Inheritance-based object modeling
  11. 3 Linked, compositional object models
  12. Part 2. Functions
  13. 4 Writing composable, pure code
  14. 5 Higher-kinded composition
  15. Part 3. Code
  16. 6 ECMAScript Modules
  17. 7 Hooked on metaprogramming
  18. Part 4. Data
  19. 8 Linear async flows
  20. 9 Streams programming
  21. appendix A. Configuring Babel
  22. appendix B. Typed JavaScript<T>
  23. index
  24. PATTERNS OF COMPOSABLE SOFTWARE