What is namespace in typescript? How to declare a namespace in typescript?
What are the modules in typescript?
Is it possible to combine multiple .ts files into a single .js file? If yes, then how?
How does typescript support optional parameters in function as in javascript every parameter is optional for a function?
Is native javascript supports modules?
How to call base class constructor from child class in typescript?
What is tsconfig.json file?
What are closures in javascript?
What is named function?
What's an export in typescript?
What are typescript public, private, protected and readonly modifiers?
What are different components of typescript?
What is import and export in typescript?
Is it possible to debug any typescript file?
How could you check null and undefined in typescript?