Tags
Language
Tags
March 2024
Su Mo Tu We Th Fr Sa
25 26 27 28 29 1 2
3 4 5 6 7 8 9
10 11 12 13 14 15 16
17 18 19 20 21 22 23
24 25 26 27 28 29 30
31 1 2 3 4 5 6

TypeScript Revealed (repost)

Posted By: interes
TypeScript Revealed (repost)

TypeScript Revealed by Dan Maharry
English | ISBN: 1430257253 | 2013 | PDF, EPUB | 104 pages | 3 + 1 MB

TypeScript Revealed is a quick 100-page guide to Anders Hejlsberg's new take on JavaScript. With this brief, fast-paced introduction to TypeScript, .NET, Web and Windows 8 application developers who are already familiar with JavaScript will easily get up to speed with TypeScript and decide whether or not to start incorporating it into their own development.

TypeScript is ‘JavaScript for Application-scale development’; a superset of JavaScript that brings to it an additional object-oriented-like syntax familiar to .NET programmers that compiles down into simple, clean JavaScript that any browser can run today. It’s also tied to the next version of the JavaScript standard, which means that TypeScript will continue to evolve over time to keep in step with that standard and with the capabilities of the engines that will execute JavaScript applications.

If you are a .NET developer, Web designer or developer, or a programmer with a keen interest in scalable applications, TypeScript Revealed is a great way to get started with the language, learn how it compiles into JavaScript, and how easy it is to learn from a .NET/Java developer's perspective.
Takes you through the language features in Typescript additional to those in JavaScript
Describes the tooling and community support for TypeScript development
Discusses how TypeScript can be included in ASP.NET, Windows 8, and node.js application development projects.

What you’ll learn
Why you should care about TypeScript
What it does and what it doesn't do
The current toolset and levels of support
The new syntax features of TypeScript
How to build your own TypeScript declaration files
How to incorporate TypeScript into your projects