Budi Irawan

Software Engineer

  • About Me

Archives

  • February 2019
  • April 2018
  • February 2018
  • February 2017
  • January 2017
  • May 2016
  • March 2016
  • December 2015
  • October 2015
  • September 2015
  • August 2015
  • July 2015
  • June 2015
  • May 2015
  • April 2015
  • January 2015
  • December 2014
  • November 2014
  • September 2014
  • August 2014
  • July 2014
  • April 2014

Meta

  • Log in

Tag: typescript

TypeScript: Type Inference

February 10, 2019 by Budi Irawan·1 Comment
typescript-logo

In this post, we are going to see how TypeScript can infer type in many ways. Type inference happens when there is no explicit type annotation.

Continue reading

Typescript: Destructuring Object

February 10, 2017 by Budi Irawan·0 Comment
typescript-logo

In last post, we talked about destructuring array. In this post, we’re going to talk about destructuring object in Typescript.

Continue reading

Typescript: Destructuring Array

January 14, 2017 by Budi Irawan·1 Comment
typescript-logo

Literally, destructuring is a feature of javascript(EcmaScript 2015) but Typescript also supports it. This feature allows you to extract data from array and object. But in this post, we will focus on destructuring array.

Continue reading

Proudly powered by WordPress.