TypeScript: Basic Types

Опубликовано: 11 Февраль 2021
на канале: DevTuts
82
1

In this video, I'm going to show you. What are the TypeScript basic types? What syntax TypeScript uses to define types? And what values a specific type can take in? In most cases, you will need to put a colon after the variable you want to define its type, followed by the type you want it to be. There are some primitive types build into TypeScript.

GitHub Repo Link: https://github.com/rapidevelop/ex_typ...
Article Link: https://rapidevelop.org/typescript/ba...