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

The Little Book on CoffeeScript (The JavaScript Developer's Guide to Building Better Web Apps)

List Price: $8.99
SKU:
9781449321055
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:
    Alex MacCaw
    Format:
    Paperback
    Pages:
    58
    Publisher:
    O'Reilly Media (February 28, 2012)
    Language:
    English
    ISBN-13:
    9781449321055
    ISBN-10:
    1449321054
    Dimensions:
    7" x 9.19"
    File:
    TWO RIVERS-PERSEUS-Metadata_Only_Perseus_Distribution_Customer_Group_Metadata_20251022163324-20251022.xml
    Folder:
    TWO RIVERS
    List Price:
    $8.99
    As low as:
    $7.73
    Publisher Identifier:
    P-PER
    Discount Code:
    C
    Case Pack:
    72
    Country of Origin:
    United States
    Pub Discount:
    60
    Weight:
    4oz
    Imprint:
    O'Reilly Media
  • Overview

    This little book shows JavaScript developers how to build superb web applications with CoffeeScript, the remarkable little language that’s gaining considerable interest. Through example code, this guide demonstrates how CoffeeScript abstracts JavaScript, providing syntactical sugar and preventing many common errors. You’ll learn CoffeeScript’s syntax and idioms step by step, from basic variables and functions to complex comprehensions and classes.

    Written by Alex MacCaw, author of JavaScript Web Applications (O’Reilly), with contributions from CoffeeScript creator Jeremy Ashkenas, this book quickly teaches you best practices for using this language—not just on the client side, but for server-side applications as well. It’s time to take a ride with the little language that could.

    • Discover how CoffeeScript’s syntax differs from JavaScript
    • Learn about features such as array comprehensions, destructuring assignments, and classes
    • Explore CoffeeScript idioms and compare them to their JavaScript counterparts
    • Compile CoffeeScript files in static sites with the Cake build system
    • Use CommonJS modules to structure and deploy CoffeeScript client-side applications
    • Examine JavaScript’s bad parts—including features CoffeeScript was able to fix