SOSamuel Opeyemiinsammydtech.hashnode.dev·Mar 19, 2021 · 3 min readTypeScript First App TutorialIn the previous tutorial, we see the definition and overview of Typescript, and also, we learned what is the usage of the Typescript. Now in this tutorial, we will learn how actually the transpile process is happened and creating the simple hello wor...00
SOSamuel Opeyemiinsammydtech.hashnode.dev·Mar 18, 2021 · 2 min readIntroduction to TypescriptWhat is Typescript TypeScript is a strongly-typed superset of JavaScript. TypeScript adds static types to JavaScript. TypeScript uses JavaScript and C# syntaxes and complies with native JavaScript. Today, TypeScript is being used to build large open-...01D