Menu

US Region

Grandmetric LLC
Lewes DE 19958
16192 Coastal Hwy USA
EIN: 98-1615498
+1 302 691 94 10
info@grandmetric.com

EMEA Region

GRANDMETRIC Sp. z o.o.
ul. Metalowa 5, 60-118 Poznań, Poland
NIP 7792433527
+48 61 271 04 43
info@grandmetric.com

UK

Grandmetric LTD
Office 584b
182-184 High Street North
London
E6 2JA
+44 20 3321 5276
info@grandmetric.com

  • en
  • pl
  • Advanced types in TypeScript

    Author: Kacper Malkowski

    Advanced types in TypeScript

    In the last post, I told you about the benefits of using TypeScript and basic TypeScript types. Now is the time for more advanced types & tricks in TS. Let’s get started.

    Date: 16.11.2020

    Basic TypeScript types

    To make your code more predictable and readable you can set types of your variables, functions (arguments and return values), etc.In this post I will show you basic Typescript types and how to use them. What is TypeScript? TypeScript is a superset of JavaScript which provides optional static typing, interfaces, and classes. Is TypeScript worth […]

    Date: 05.08.2020

    Grandmetric