Presentations tagged typescript
typescript elsewhere
Other relevant things on typescript you might find valuable.
Exploring TypeScript: TS 5.8 edition
The chapters of this book are grouped into parts: Source: Exploring TypeScript: TS 5.8 edition
Read MoreMy sales pitch for TypeScript
Roughly, TypeScript is JavaScript plus type information. The latter is removed before TypeScript code is executed by JavaScript engines. Therefore,…
Read MoreWhat is TypeScript? An overview for JavaScript programmers
Read this blog post if you are a JavaScript programmer and want to get a rough idea of what using…
Read MoreJSDoc as an alternative TypeScript syntax
But what if you can’t use TypeScript? You may encounter circumstances where you need to work in plain JavaScript, be…
Read MoreJSDoc as an alternative TypeScript syntax
Think of this post as your crash course in using JSDoc as an alternative syntax for TypeScript. We’ll cover all…
Read MoreTypeScript Might Not Be Your God: Case Study of Migration from TS to JSDoc – DEV Community
While alternative tools for introducing typing to JavaScript code do exist, TypeScript’s overwhelming popularity often casts them into the shadows.…
Read More