Loading...

Category: TypeScript

TypeScript Everything

TypeScript is a superset of JavaScript, which as the name suggests, is a strongly typed scripting language. It is a very powerful language which accepts plain javascript but also encorporates all of the future releases of JS such as ES7/8/9 and helps to enforce best practise. I have recently started using TypeScript for quickly scripting […]

Read more