You Don't Know JS: Types & Grammar (Paperback)

Kyle Simpson

  • 出版商: O'Reilly
  • 出版日期: 2015-02-21
  • 售價: $1,000
  • 貴賓價: 9.5$950
  • 語言: 英文
  • 頁數: 198
  • 裝訂: Paperback
  • ISBN: 1491904194
  • ISBN-13: 9781491904190
  • 相關分類: JavaScript
  • 已絕版

買這商品的人也買了...

商品描述

No matter how much experience you have with JavaScript, odds are you don’t fully understand the language. As part of the "You Don’t Know JS" series, this compact guide explores JavaScript types in greater depth than previous treatments, defining the problems of coercion, demonstrating why types work, and showing developers how to take advantage of those features.

The type system in JavaScript is subject to several misconceptions. Many developers believe that JavaScript has no types, but that's not the case. JavaScript uses a number of types behind the scenes, and has a sophisticated system of implicit and explicit coercion between the various types. This book gives you the complete story.

Like other books in this series, You Don’t Know JS: Types & Grammar dives into trickier parts of the language that many JavaScript programmers simply avoid. Armed with this knowledge, you can achieve true JavaScript mastery.