isarrayType()
==
===
typeof
HTML language
JavaScripts
CSS scripts
None of the above
Global variable
Local variable
Both (a) and (b)
Head
Head and body
Title and Head
All of the above
<script href=" abc.js">
<script scr="abc.js">
<script name="abc.js">
<script src=" abc.js">
Semicolon
Colon
Comma
Asterisk
alertbox("enter password");
msg("enter password");
msgbox("enter password");
alert("enter password");
!
&
&&
||
Currency
Date
Uppercase
Expressions behave in same way as ng-bind directives
Expressions are used to bind application data to html
Expressions are written inside double braces like {{expression}}
All of these
Consider the below div tag content statement, how to print the value of "UserName"?
<div ng-app=" ng-init="firstName='John'"> <p>Input something in the input box:</p> <p>Name: <input type="text" ng-model="UserName"></p> <p>You wrote: _____________</p> </div>
UserName
{{UserName}}
{UsertName}
{_UserName)
var variable_name = angular.module("app_name", );
var variable_name =angular.modules("app_name");
var variable_name = angular.module();
var variable_name = new module();
{expression}
[{ expression }]
_expression
{{ expression }}
expression
application
element
ng-app
ng-form
ng-controller
ng-bind
HTML Framework
.Net Framework
JavaScript framework
Oracle Framework
unload
load
onmouseout
onmouseover
====
It is a JavaScript framework
It is added using <script> tag
It is a framework written in C
Angular JS extends HTML attributes
^
%
**