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

Essential TypeScript 5, Third Edition

List Price: $59.99
SKU:
9781633437319
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:
    Adam Freeman
    Format:
    Paperback
    Pages:
    568
    Publisher:
    Manning (October 10, 2023)
    Language:
    English
    ISBN-13:
    9781633437319
    ISBN-10:
    1633437310
    Weight:
    35.2oz
    Dimensions:
    7.375" x 9.25" x 1.2"
    File:
    Eloquence-SimonSchuster_06032026_P10163223_onix30_Complete-20260603.xml
    Folder:
    Eloquence
    List Price:
    $59.99
    As low as:
    $53.99
    Publisher Identifier:
    P-SS
    Discount Code:
    G
    Case Pack:
    12
    Pub Discount:
    37
    Imprint:
    Manning
  • Overview

    Now in its third edition, this bestselling guide to TypeScript takes you through the nuts and bolts of the language. No frills, no fuss—just TypeScript essentials!

    TypeScript enhances JavaScript with static typing, while keeping all the JS flexibility you know and love! It’s the perfect choice for any developer looking to improve the predictability and reliability of their code. Essential TypeScript 5, Third Edition teaches you how to get the most out of TypeScript 5 for a consistent, dependable development experience.

    Inside Essential TypeScript 5, Third Edition you’ll learn how to:

    • Configure the TypeScript development tools
    • Use type annotations
    • Create strongly typed functions and classes
    • Use generic types
    • Use type guards to determine types
    • Create and consume type declaration files
    • Use TypeScript to create web applications with Angular and React

    The book starts you off with a proper understanding of the JavaScript type system that will make using TypeScript so much easier. On that solid foundation, you’ll build your understanding of TypeScript development, following a hands-on learning path all the way to TypeScript’s advanced features.

    About the technology

    TypeScript is a popular superset of JavaScript that adds support for static typing. TypeScript’s typing features, which will be instantly familiar to C# or Java programmers, help you reduce errors and improve the overall quality of your JavaScript code.

    About the book

    Essential TypeScript 5 is a fully updated third edition of the classic Adam Freeman bestseller. It provides full coverage of TypeScript 5, including new features like decorators. You’ll begin with the hows-and-whys of TypeScript, then quickly progress to practical applications of static types. No wasted pages! Each chapter is focused on the skills you need to write awesome web apps.

    What's inside

    • Configure your development tools
    • Create strongly typed functions and classes
    • Use generic types, type annotations, and type guards
    • Create and consume type declaration files

    About the reader

    For JavaScript developers. No previous experience with TypeScript required.

    About the author

    Adam Freeman has held senior positions in a range of companies, most recently serving as CTO and COO of a global bank. He has written 50 programming books. The technical editor on this book is Fabio Claudio Ferracchiati.

    Table of Contents

    1 Understanding TypeScript
    Part 1
    2 Your first TypeScript application
    3 JavaScript primer, part 1
    4 JavaScript primer, part 2
    5 Using the TypeScript compiler
    6 Testing and debugging TypeScript
    Part 2
    7 Understanding static types
    8 Using functions
    9 Using arrays, tuples, and enums
    10 Working with objects
    11 Working with classes and interfaces
    12 Using generic types
    13 Advanced generic types
    14 Using decorators
    15 Working with JavaScript
    Part 3
    16 Creating a stand-alone web app, part 1
    17 Creating a stand-alone web app, part 2
    18 Creating an Angular app, part 1
    19 Creating an Angular app, part 2
    20 Creating a React app
    21 Creating a React app, part 2