In this video, we'll be walking through some of the basics of #TypeScript with our very own Josh Goldberg. We'll try to answer some of the following questions:
- What does TypeScript add (or not add) to JavaScript?
- What's a type system?
- How does a type system work with code?
- How do we declare types for TypeScript?
TypeScript is an open-source language and a superset of JavaScript — meaning that its code compiles into JavaScript. TypeScript was created after developers sought a better way to find errors in JavaScript constructs, as the language lacked type checking.
If you'd like to learn more about TypeScript, you can take our course here: https://bit.ly/3k8oKXd
You can also learn more about the difference between TypeScript and JavaScript here: https://bit.ly/2Xn7Bk6
- - - - -
Join the millions learning to code with Codecademy.
Learn to code: https://bit.ly/3CcaC5w
Check out our full course catalog: https://bit.ly/2Z1xh6l
- What does TypeScript add (or not add) to JavaScript?
- What's a type system?
- How does a type system work with code?
- How do we declare types for TypeScript?
TypeScript is an open-source language and a superset of JavaScript — meaning that its code compiles into JavaScript. TypeScript was created after developers sought a better way to find errors in JavaScript constructs, as the language lacked type checking.
If you'd like to learn more about TypeScript, you can take our course here: https://bit.ly/3k8oKXd
You can also learn more about the difference between TypeScript and JavaScript here: https://bit.ly/2Xn7Bk6
- - - - -
Join the millions learning to code with Codecademy.
Learn to code: https://bit.ly/3CcaC5w
Check out our full course catalog: https://bit.ly/2Z1xh6l
- Category
- Codecademy
- Tags
- typescript, javascript, type system

Be the first to comment