Skip to content Menu

Umamaheswaran

@solidcodeguru

Sidebar
  • Home
  • Gallery
  • About

Category: TypeScript

Posted on June 29, 2016July 5, 2016

Learning TypeScript Part 5- Functions

Functions Just as in JavaScript functions can be created both as a named function or as an anonymous function. Similar to JavaScript TypeScript also captures variables. Contextual Typing As you can see…

Continue Reading
Posted on June 28, 2016July 5, 2016

Learning TypeScript Part 4 – Classes

Classes Traditional JavaScript uses prototype based inheritance as the basic means of building up reusable components. but this is bit different from the object oriented approach to which we are most…

Continue Reading
Posted on June 28, 2016June 29, 2016

Learning TypeScript Part 3 – Interfaces

Interfaces Interfaces are the most flexible way of describing types in TypeScript language. The only job of an interface in TypeScript is to describe a type. While classes and functions will…

Continue Reading
Posted on June 19, 2016June 29, 2016

Learning TypeScript Part 2 -Variables

let and const are two new keywords introduced in the ECMAScript 6 (ES6, a.k.a. ES 2015) . Since TypeScript is the superscript of JavaScript the uses of let and const are…

Continue Reading
Posted on June 14, 2016June 29, 2016

Learning TypeScript Part 1 – Getting Started

Introduction Typescript is a open sourced programming language developed by Microsoft. It is a Superset of Javascript and it compiles down to plain Javascript. Typescript offers support for the latest and evolving…

Continue Reading
Umamaheswaran
Website Powered by WordPress.com.
Top

Find blogs

Categories

  • .Net
  • Agile
  • Angular JS
  • Azure
  • C#
  • JavaScript
  • Node
  • Software Development
  • TypeScript
  • Uncategorized
  • Visual Studio

Top Posts & Pages

  • How to customize Swagger UI in ASP.NET Web API

Archives

Cancel