Open In App

Web technologies Questions | AngularJS Quiz | Set-2 | Question 4

Which jQuery function is used to bind the current context to the function?
(A) angular.element()
(B) angular.bind()
(C) angular.bootstrap()
(D) angular.foreach()

Answer: (B)
Explanation: The angular. bind() function in jQuery is responsible for binding the current context of the function. but it executes after some time. This function is also used in Partial application, and It takes the three-parameter Self, function, and arguments.
Quiz of this Question
Please comment below if you find anything wrong in the above post

Article Tags :