TypeScript is a superset of JavaScript, which means that is language that was created to add features to JavaScript. You might be asking yourself why it was created and why not just add those features directly to JavaScript.
Sometimes language foundatons take time to implement features because the committee has to approve it, test and get feedback before requests are answered. The soultion for that is to create another language that adds functionality to the language we need, and thats where TypesScript comes in.
TypeScript has many advanced features that plain JavaScript doesnt have yet but the good news is that we can start using it now since TypeScript compiles JavaScript ES5 which at this moment is the most compatible version of JavaScript for all browsers.
Most people that want to learn TypeScript its because they need the skills to use with some Frameworks like Angular.
My goal with this courses is just give your the fundamentals of the language, show you what TypeScript is and how to use it. We as developers don’t have time neither can we afford to spend too much time on any tehcnology.
Thanks for reading ❤
If you liked this post, please do share/like it with all of your programming buddies!
Follow us on Facebook | Twitter
☞ The Complete JavaScript Course 2019: Build Real Projects!
☞ Vue JS 2 - The Complete Guide (incl. Vue Router & Vuex)
☞ JavaScript Bootcamp - Build Real World Applications
☞ New ES2019 Features Every JavaScript Developer Should Know
☞ Best JavaScript Frameworks, Libraries and Tools to Use in 2019
☞ Using Typescript with modern React (i.e. hooks, context, suspense)
☞ WebSocket + Node.js + Express — Step by step tutorial using Typescript
☞ From Javascript to Typescript to Elm
☞ Angular + Typescript = Powerful Web Apps
☞ React + TypeScript : Why and How
☞ How to use TypeScript with Vue.js
#typescript #javascript #angular #web-development