Login
Remember
Register
User rajeshsharma
Wall
Recent activity
All questions
All answers
Ask a Question
Questions by rajeshsharma
0
votes
1
answer
In JavaScript, object is a container of properties and functions. Properties are identified by ____ and behavior is identified by
asked
Feb 6, 2020
in
JavaScript
#javascript-variables
0
votes
1
answer
____ is used to exit a loop early.
asked
Feb 6, 2020
in
JavaScript
#loop-exit
+1
vote
1
answer
____ allows you to loop through a block of code as long as the specified condition is true.
asked
Feb 6, 2020
in
JavaScript
#javascript-loop
+1
vote
1
answer
What is the value of C?
asked
Feb 6, 2020
in
JavaScript
#code-value
+1
vote
1
answer
Which statement will return the value false?
asked
Feb 6, 2020
in
JavaScript
#javascript-function
+1
vote
1
answer
Code A: var x = 10; y = --x + 1;
asked
Feb 6, 2020
in
JavaScript
#javascript-code
+1
vote
1
answer
Which of the following are not valid in JavaScript?
asked
Feb 6, 2020
in
JavaScript
#javascript-validation
+1
vote
1
answer
Multiple variables can be created and initialized in a single JavaScript statement
asked
Feb 6, 2020
in
JavaScript
#multiple-variable
+1
vote
1
answer
isNan function returns ______ if the argument is not a number otherwise it is ______
asked
Feb 6, 2020
in
JavaScript
#isnan-function
+1
vote
1
answer
What is true about variables
asked
Feb 6, 2020
in
JavaScript
#variables-java
+1
vote
1
answer
What is the ideal place to load the external JavaScript file in your HTML document
asked
Feb 6, 2020
in
JavaScript
#javascript-html
+1
vote
1
answer
What option would you specify when inserting code in a web page? script type="____"
asked
Feb 6, 2020
in
JavaScript
#java-text
+1
vote
1
answer
Is the following a valid variable assignment var product cost = 3.45;
asked
Feb 6, 2020
in
JavaScript
#java-code
+1
vote
1
answer
You want to create an alert. Select the correct one
asked
Feb 6, 2020
in
JavaScript
#javascript-object
+1
vote
1
answer
Is the following a valid variable definition? var 100apples
asked
Feb 6, 2020
in
JavaScript
#javascript-variable
+1
vote
1
answer
Function in JavaScript is an object.
asked
Feb 6, 2020
in
JavaScript
#javascript-function
+1
vote
1
answer
Can arrays in JavaScript be extended?
asked
Feb 6, 2020
in
JavaScript
#javascript-extension
+1
vote
0
answers
Which of the following regarding scope is true?
asked
Feb 6, 2020
in
JavaScript
#variable-scope
+1
vote
1
answer
In multidimensional array mySubject, which of the following will allow assigning the value 100 in position 5 of the third mySubject array?
asked
Feb 6, 2020
in
JavaScript
#multidimensional
+1
vote
1
answer
Which one of the following options is not valid in JavaScript?
asked
Feb 6, 2020
in
JavaScript
#java-script-validation
+1
vote
1
answer
___________ is a pretest loop that will execute until the value of z equals 10.
asked
Feb 6, 2020
in
JavaScript
#java-variables
+1
vote
1
answer
Which is the most preferred way of handling events?
asked
Feb 6, 2020
in
JavaScript
#event-handling
+1
vote
1
answer
What is true about functions? I) Functions are objects; II) Can be assigned to a variable; III) Can be anonymous; IV) Return value type has to be defined in function declaration
asked
Feb 6, 2020
in
JavaScript
#functions-java
+1
vote
1
answer
What is the output for the following code?
asked
Feb 6, 2020
in
JavaScript
#nan-function
+1
vote
1
answer
To display whether a value is a number or not, ____ is used.
asked
Feb 6, 2020
in
JavaScript
#javascript-value
+1
vote
1
answer
Object's properties are similar to variables and methods are similar to ___________________.
asked
Feb 6, 2020
in
JavaScript
#javascript-variables
+1
vote
1
answer
JavaScript has to be called inside ________ tags.
asked
Feb 6, 2020
in
JavaScript
#java-script-tags
+1
vote
1
answer
_____ object is used to make calls and request data from server.
asked
Feb 6, 2020
in
JavaScript
#java-script-objects
+1
vote
1
answer
What is the output for the following expression?
asked
Feb 6, 2020
in
JavaScript
#java-script-expression
+1
vote
1
answer
Which is the correct way to create an array in JavaScript? I) var myProg = []; II) var myArray = ["C","Java","C++","Python"]; III) var myProg = new Array();
asked
Feb 6, 2020
in
JavaScript
#java-script-array
Page:
« prev
1
...
138
139
140
141
142
143
144
145
146
147
148
...
187
next »
...