jardel-nathan / POO-Typescript

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

TypesScript Logo

TypeScript

Typescript is a superset of javascript. released in 2012 by Microsoft to resolve the problem of create escalable javascript programs. applying various features to javascript, the typescript has as its strength the ability to create types, this alows to create code more robust and maintainable.

OOP TypeScipt

Objects in TypeScript are useful because they let us model our program. Objects are instances of classes. Classes are composed by properties and methods. Classes are implemented using the class keyword

In this repository you will find the following concepts:

  • Classes
  • Properties
  • Contructors
  • Methods
  • Access Modifiers
  • Heritage
  • Interfaces
  • Generics
  • Singletons

About


Languages

Language:TypeScript 100.0%