Member-only story
Typescript Is Getting a Massive Update
Welcome back! Typescript is an awesome programming language with a ton of capability, if you’re new to Typescript, check out the link below to learn more about it:
Believe it or not, Typescript is getting another big update, Typescript 4.6! This specific version of software is the release candidate (RC) of the previous beta of Typescript, and it brings alot of cool features, but, to install this RC, you can us the following npm command:
npm install typescript@rc
You can also read their change-log below:
Here are some of my favorite changes to this update!
Code In Constructors Before super()
One of the biggest changes with this version of Typescript is the ability to code in constructors before super()…