← Back to articles

#typescript

1 articles with this tag.

Jun 21, 2021 · 2 min read

Say hello to TypeScript

TypeScript is a superset of JavaScript that has optional typing and compiles to plain JavaScript. Technically its JavaScript with static typing, whenever you want to have it.