The Joy of JavaScriptSimon and Schuster, 2 бер. 2021 р. - 360 стор. 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 |
Зміст
JavaScript reloaded | 1 |
OBJECTS | 21 |
Property resolution process 27 Differential inheritance | 29 |
FUNCTIONS | 71 |
Curried function application 91 The curry and composition | 96 |
Higherkinded5 1 compositiondatatypes 114117 | 122 |
CODE | 155 |
Hooked on metaprogramming | 183 |
DATA | 223 |
Streams programming | 260 |
appendix A Configuring Babel | 306 |
Інші видання - Показати все
Загальні терміни та фрази
Algebraic Data Type algorithm allows application arguments array asynchronous behavior block blockchain browser business logic calculateHash callback chapter compose compose2 composition compute configuration const constructor functions context create curry default defined digital wallet dynamic ECMAScript error event loop example export feePercent Figure flatMap following listing func function composition functional programming Functor funds global hash HasHash HashTransaction HasValidation Here’s higher-order functions immutable implement important inheritance input instantiation interface iterator JavaScript engine jQuery JSON language libraries listing shows look loop luke@tjoj.com metaprogramming method mixin module file module system monads Node.js null object literal Object.assign Object.create observable OLOO pattern point-free promises prototype chain proxy recipient refactor result runtime Script sender simple spread operator static stream string symbols syntax task techniques this.funds this.recipient this.sender tion Transaction Transaction object Validation variables
