Login
Remember
Register
User SakshiSharma
Wall
Recent activity
All questions
All answers
Ask a Question
Answers by SakshiSharma
0
votes
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();
answered
Feb 7, 2020
in
JavaScript
#java-script-array
0
votes
What is the output for the following expression?
answered
Feb 7, 2020
in
JavaScript
#java-script-expression
0
votes
_____ object is used to make calls and request data from server.
answered
Feb 7, 2020
in
JavaScript
#java-script-objects
0
votes
JavaScript has to be called inside ________ tags.
answered
Feb 7, 2020
in
JavaScript
#java-script-tags
0
votes
Object's properties are similar to variables and methods are similar to ___________________.
answered
Feb 7, 2020
in
JavaScript
#javascript-variables
0
votes
To display whether a value is a number or not, ____ is used.
answered
Feb 7, 2020
in
JavaScript
#javascript-value
0
votes
What is the output for the following code?
answered
Feb 7, 2020
in
JavaScript
#nan-function
0
votes
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
answered
Feb 7, 2020
in
JavaScript
#functions-java
0
votes
Which is the most preferred way of handling events?
answered
Feb 7, 2020
in
JavaScript
#event-handling
0
votes
___________ is a pretest loop that will execute until the value of z equals 10.
answered
Feb 7, 2020
in
JavaScript
#java-variables
0
votes
Which one of the following options is not valid in JavaScript?
answered
Feb 7, 2020
in
JavaScript
#java-script-validation
0
votes
In multidimensional array mySubject, which of the following will allow assigning the value 100 in position 5 of the third mySubject array?
answered
Feb 7, 2020
in
JavaScript
#multidimensional
0
votes
Can arrays in JavaScript be extended?
answered
Feb 7, 2020
in
JavaScript
#javascript-extension
0
votes
Function in JavaScript is an object.
answered
Feb 7, 2020
in
JavaScript
#javascript-function
0
votes
Is the following a valid variable definition? var 100apples
answered
Feb 7, 2020
in
JavaScript
#javascript-variable
0
votes
You want to create an alert. Select the correct one
answered
Feb 7, 2020
in
JavaScript
#javascript-object
0
votes
Is the following a valid variable assignment var product cost = 3.45;
answered
Feb 7, 2020
in
JavaScript
#java-code
0
votes
What option would you specify when inserting code in a web page? script type="____"
answered
Feb 7, 2020
in
JavaScript
#java-text
0
votes
What is the ideal place to load the external JavaScript file in your HTML document
answered
Feb 7, 2020
in
JavaScript
#javascript-html
0
votes
What is true about variables
answered
Feb 7, 2020
in
JavaScript
#variables-java
Page:
« prev
1
...
310
311
312
313
314
315
316
317
318
319
320
...
382
next »
...