What is an anonymous function?
Which object oriented terms are supported by typescript?
Is it possible to debug any typescript file?
What is declaration merging?
What do you understand by classes in typescript?
What is the use of decorators in typescript?
How to call base class constructor from child class in typescript?
What is the default access modifier for members of a class in typescript?
Which keyword is used for inheritance in typescript?
How could you check null and undefined in typescript?
Why is typescript strongly typed?
What is jsx? Can we use jsx in typescript?
What is rest parameters?