Login
Remember
Register
Ask a Question
What will be the output for the following code?
+2
votes
asked
Jul 5, 2022
in
Angular
by
sharadyadav1986
What will be the output for the following code?
<div ng-app="""" ng-init=""points=[1,15,19,2,40]"">
<p>The output is {{ points[2] }}</p>
</div>
a) The output is 1
b) The output is 15
c) The output is 19
d) The output is 2
angular
Please
log in
or
register
to answer this question.
1
Answer
0
votes
answered
Jul 5, 2022
by
sharadyadav1986
c) The output is 19
...