null
Loading... Please wait...
FREE SHIPPING on All Unbranded Items LEARN MORE
Print This Page

The Joy of JavaScript

List Price: $39.99
SKU:
9781617295867
Quantity:
Minimum Purchase
25 unit(s)
  • Availability: Confirm prior to ordering
  • Branding: minimum 50 pieces (add’l costs below)
  • Check Freight Rates (branded products only)

Branding Options (v), Availability & Lead Times

  • 1-Color Imprint: $2.00 ea.
  • Promo-Page Insert: $2.50 ea. (full-color printed, single-sided page)
  • Belly-Band Wrap: $2.50 ea. (full-color printed)
  • Set-Up Charge: $45 per decoration
FULL DETAILS
  • Availability: Product availability changes daily, so please confirm your quantity is available prior to placing an order.
  • Branded Products: allow 10 business days from proof approval for production. Branding options may be limited or unavailable based on product design or cover artwork.
  • Unbranded Products: allow 3-5 business days for shipping. All Unbranded items receive FREE ground shipping in the US. Inquire for international shipping.
  • RETURNS/CANCELLATIONS: All orders, branded or unbranded, are NON-CANCELLABLE and NON-RETURNABLE once a purchase order has been received.
  • Product Details

    Author:
    Luis Atencio
    Format:
    Paperback
    Pages:
    360
    Publisher:
    Manning (March 2, 2021)
    Language:
    English
    ISBN-13:
    9781617295867
    ISBN-10:
    1617295868
    Weight:
    21.04oz
    Dimensions:
    7.38" x 9.25" x 0.8"
    File:
    Eloquence-SimonSchuster_07042026_P10292974_onix30_Complete-20260704.xml
    Folder:
    Eloquence
    List Price:
    $39.99
    Case Pack:
    22
    As low as:
    $35.99
    Publisher Identifier:
    P-SS
    Discount Code:
    G
    Pub Discount:
    37
    Imprint:
    Manning
  • Overview

    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