Proizvod vam ne odgovara? Nema veze! Proizvode možete vratiti do 30 dana
S poklon bonom ne možete pogriješiti. Za poklon bon primatelj može odabrati bilo što iz naše ponude.
Do 30 dana za povrat
This is a drill manual, not a tutorial. Every rule of the TypeScript type system is stated in as few words as it can be, shown working in a short program with its real captured output, and then handed straight back as problems. Every listing was run on TypeScript 7.0.2 and Node v24.13.1, and every printed block, diagnostics included, is a paste from that run. Nothing here is written from expectation.
TypeScript 7.0 replaced the compiler with a native Go implementation. Two changes meet you on Day 1: strict is on in a new project by default, and the es5 target has been removed. Both are shown happening on the page.
One project runs through the whole book: shiftlog, a shift-scheduling service on Node. It starts as a single typed function on Day 1 and ends on Day 14 as a package with declarations, source maps, a referenced build, and a pipeline that gates one step on another. No day uses anything an earlier day has not introduced.
Week one - the type system.
Week two - the type system at work.
Programmers who already write JavaScript - functions, objects, promises, modules - and want the type system to become a tool rather than an obstacle. No prior TypeScript is assumed. For students, for interview and exam preparation, and for working programmers who want fluency rather than a reference.
No framework, no bundler, no decorators, and no test runner. A type system is easier to see without any of them in front of it. The runtime is Node and the only build tool is the compiler.
372 pages. Work the problems. That is what the book is for.