Write a statement with <div> element to initialize two variables (name and age)?
Options:
Explanation:
The correct statement to initiate the variables:
Tags:
AngularJS
Answer:
Write a statement with <div> element to initialize two variables (name and age) <div ng-app="" ng-init="Name='Alex';Age=21">.