Declaring Variable in TypeScript || Variable in TypeScript

In this video,I explained how to declare variable in TypeScript. Feel free to comment. For more, please subscribe and press the BELL icon.  Please visit my Angular Playlist. Please visit my YouTube Videos . The code is as follows -

variable.ts - 
function varia () {
  for(var i = 0; i<5; i++) {
    console.log(i);
  }
  console.log("Finally the value of i :- " + i);
}

varia();




Comments

Popular posts from this blog

Alert Dialog Box in JS || JavaScript Dialog Box

HTML - Frameset Tag in html

Indian Flag || Indian Flag using HTML CSS