What is hoisting in js?
Answer / Dharmpal Saini
Hoisting is a JavaScript mechanism where variable and function declarations are moved to the top of their respective scopes during the compilation phase, making them accessible before they are declared.
| Is This Answer Correct ? | 0 Yes | 0 No |
What is transclude in custom directive?
What is bootstrapping in angular js?
how to set a custom header on the request?
How to append base url to http requests in angular?
What is the difference between angular 1 and angular 2?
What is bazel and closure compiler in angular 6? Explain
How would you optimize the application for better performance in angular 2?
What is the use of pipe in angular?
Is typescript a programming language?
What is the usage of controllers in angularjs?
What is router-link directive in angular?
What is default scope in a angularjs directive?