Showing category results for TypeScript

Feb 28, 2022
Post comments count0
Post likes count0

Announcing TypeScript 4.6

Daniel Rosenwasser

Today we're announcing the availability of TypeScript 4.6. If you're not yet familiar with TypeScript, it's a language that builds on JavaScript and adds syntax for types. Types help describe what kinds of values you're working with and what kinds of functions you're calling. TypeScript can use this information to help you avoid about mistakes l...

Feb 11, 2022
Post comments count0
Post likes count0

Announcing TypeScript 4.6 RC

Daniel Rosenwasser

Today we're excited to announce our Release Candidate (RC) of TypeScript 4.6! Between now and the stable release of TypeScript 4.6, we expect no further changes apart from critical bug fixes. To get started using the RC, you can get it through NuGet, or use npm with the following command: You can also get editor support by ...

Jan 21, 2022
Post comments count2
Post likes count0

Announcing TypeScript 4.6 Beta

Daniel Rosenwasser

Today we are excited to announce the beta release of TypeScript 4.6! To get started using the beta, you can get it through NuGet, or use npm with the following command: You can also get editor support by Here's a quick list of what's new in TypeScript 4.6! Allowing Code in Constructors Bef...

Nov 17, 2021
Post comments count3
Post likes count0

Announcing TypeScript 4.5

Daniel Rosenwasser

Today we're excited to announce the release of TypeScript 4.5! If you're not yet familiar with TypeScript, it's a language that builds on JavaScript by adding statically checked types. When you use static types, you can run the TypeScript compiler to check for bugs like typos and mismatches in the shapes of your data, and get handy suggestions. ...

Nov 2, 2021
Post comments count1
Post likes count0

Announcing TypeScript 4.5 RC

Daniel Rosenwasser

Today we're excited to announce our Release Candidate (RC) of TypeScript 4.5! Between now and the stable release of TypeScript 4.5, we expect no further changes apart from critical bug fixes. To get started using the RC, you can get it through NuGet, or use npm with the following command: You can also get editor support by If...

Oct 30, 2021
Post comments count0
Post likes count1

Type | Treat – Wrap-up

Orta Therox

Type | Treat Challenge Wrap-up That's all the challenges done! If you missed any of the challenges they're all available in the Playground here. Let's talk through the final answers to day 5's challenges. Yesterday's Solution Beginner/Learner Challenge In this challenge we were working with an existing object literal which had been 'd. The goal...

Oct 29, 2021
Post comments count1
Post likes count0

Type | Treat – Day 5

Orta Therox

Type | Treat Challenge 5 Welcome to the fifth, and last, challenge! These challenges are a series of blog posts which have 2 code challenges in, one for beginners and one for intermediate TypeScript programmers. We're on day five, which means going over the answers from yesterday and have 2 new challenges. Yesterday's Solution Beginner/Learner ...

Oct 28, 2021
Post comments count2
Post likes count0

Type | Treat 2021 – Day 4

Orta Therox

Type | Treat Challenge 4 Welcome to the fourth challenge! These challenges are a series of blog posts which have 2 code challenges in, one for beginners and one for intermediate TypeScript programmers. We're on day four, which means going over the answers from yesterday and have 2 new challenges. Yesterday's Solution Beginner/Learner Challenge ...

Oct 27, 2021
Post comments count2
Post likes count0

Type | Treat 2021 – Day 3

Orta Therox

Type | Treat Challenge 3 Welcome to the third challenge! These challenges are a series of blog posts which have 2 code challenges in, one for beginners and one for intermediate TypeScript programmers. We're on day three, which means going over the answers from yesterday and have 2 new challenges. Yesterday's Solution Beginner/Learner Challenge ...

Oct 26, 2021
Post comments count0
Post likes count0

Type | Treat 2021 – Day 2

Orta Therox

Type | Treat Challenge 2 Welcome to the second challenge! These challenges are a series of blog posts which have 2 code challenges in, one for beginners and one for intermediate TypeScript programmers. We're on day two, which means going over the answers from yesterday and showcasing 2 new challenges. Yesterday's Solution Beginner/Learner Chall...