What is scope in javascript?
Answer / Deepak Kumar Pathak
In JavaScript, a Scope refers to the area where variables have their meaning. The three types of scopes are Global, Local, and Block.
| Is This Answer Correct ? | 0 Yes | 0 No |
What is directive?
What are the uses of angularjs?
List the types of data binding supported by angular 5?
What is app_base_href in angular 4/5?
What is the difference between ngoninit() and constructor() of a component?
What is providedin in angular?
What are zones? What is ngzone? What is change detection? What is ngzone run outside?
What is default scope in a angular directive?
Explain .config() and .run() methods in angularjs?
What are the differences between service and factory methods?
Why do we need services in angular?
What does ng controller do?