Open In App

Aptitude | AngularJS Quiz | Set-2 | Question 3

Which of the following is a way for applying expression in AngularJS application ?
(A) (expression)
(B) {{expression}}
(C) {({expression})}
(D) [expression]

Answer: (B)
Explanation: Inside two curly braces and then write the expression is the best way for applying the expression in Angular.js application. Angular expression is similar to the JavaScript expression we can easily use operator and variable inside the braces.
Quiz of this Question

Article Tags :