Answer Posted / hr@tgksolutions.com
A closure is a function that remembers the scope in which it was created, even after the outer function has finished execution.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Explain decorators in typescript? List type of decorators available in typescript?
What is optional properties in typescript?
What are mixins in typescript?
Which object oriented terms are supported by typescript?
What are the variables in typescript?
How to call base class constructor from child class in typescript?
How to check null and undefined in typescript?
What are classes in typescript?
How does typescript support optional parameters in function as in javascript every parameter is optional for a function?
Is it possible to combine multiple .ts files into a single .js file? If yes, then how?
What is typescript definition manager and why do we need it?
What do you understand by classes in typescript? List some features of classes.
What is the advantage of arrow function in typescript?
How automatic assignment of constructor parameters in typescript work?
What are typescript modules?