Open In App

Aptitude | AngularJS Quiz | Set-2 | Question 3

Like Article
Like
Save
Share
Report

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


Last Updated : 20 Sep, 2021
Like Article
Save Article
Previous
Next
Share your thoughts in the comments
Similar Reads