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
What do you understand by classes in typescript? List some features of classes.
How to implement inheritance in typescript?
How to compile a typescript file?
What is named function?
What's an export in typescript?
What is super in typescript?
Why we use typescript?
Which are the different data types supported by typescript?
What is an interface in typescript?
Could we use typescript on the backend? If yes, how?
What are typescript public, private, protected and readonly modifiers?
How typescript is different from javascript?
What is typescript? How is it different from javascript?
What is declaration merging?
What is anonymous functions?