Login
Remember
Register
Ask a Question
Recent questions in JavaScript
0
votes
1
answer
By modifying the DOM, the contents on the page also gets modified
asked
Feb 6, 2020
in
JavaScript
by
rajeshsharma
#dom-modification
0
votes
1
answer
Document object is part of ____ object
asked
Feb 6, 2020
in
JavaScript
by
rajeshsharma
#java-document-object
0
votes
1
answer
Which statement about the name and id attributes of form fields is false?
asked
Feb 6, 2020
in
JavaScript
by
rajeshsharma
#java-attributes
0
votes
1
answer
What is the output you get for the following code?
asked
Feb 6, 2020
in
JavaScript
by
rajeshsharma
#function-code
0
votes
1
answer
function multi(a,b) { var ans = a * b; return ans; } var c = _________
asked
Feb 6, 2020
in
JavaScript
by
rajeshsharma
#java-function
0
votes
1
answer
What is the output for the following code
asked
Feb 6, 2020
in
JavaScript
by
rajeshsharma
#java-output
0
votes
1
answer
var i = 1; if (function f(){}) { i += typeof f; } x;
asked
Feb 6, 2020
in
JavaScript
by
rajeshsharma
#function-value
0
votes
1
answer
What is the output of the following expression?
asked
Feb 6, 2020
in
JavaScript
by
rajeshsharma
#javascript-expression
0
votes
1
answer
Anonymous functions can be created in JavaScript. What do anonymous function do?
asked
Feb 6, 2020
in
JavaScript
by
rajeshsharma
#java-anonymous-function
0
votes
1
answer
Function in JavaScript is an object. True or False ?
asked
Feb 6, 2020
in
JavaScript
by
rajeshsharma
#javascript-object
0
votes
1
answer
Which of the following regarding scope is true?
asked
Feb 6, 2020
in
JavaScript
by
rajeshsharma
#java-variable-scope
0
votes
1
answer
_____ is an function contained within an object
asked
Feb 6, 2020
in
JavaScript
by
rajeshsharma
#java-method
0
votes
1
answer
What is the output for the following
asked
Feb 6, 2020
in
JavaScript
by
rajeshsharma
#java-code
0
votes
1
answer
What is the output you get for the following code?
asked
Feb 6, 2020
in
JavaScript
by
rajeshsharma
#java-object
0
votes
1
answer
What is true about functions
asked
Feb 6, 2020
in
JavaScript
by
rajeshsharma
#java-type
0
votes
1
answer
FIbonacci Series Program
asked
Feb 6, 2020
in
JavaScript
by
rajeshsharma
#java-fibonacci
0
votes
1
answer
What is true about array
asked
Feb 6, 2020
in
JavaScript
by
rajeshsharma
#java-array
0
votes
1
answer
To retrieve the day of the month from the Date object, which is the code to select?
asked
Feb 6, 2020
in
JavaScript
by
rajeshsharma
#javascript-object
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
by
rajeshsharma
#javascript-variables
0
votes
1
answer
____ is used to exit a loop early.
asked
Feb 6, 2020
in
JavaScript
by
rajeshsharma
#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
by
rajeshsharma
#javascript-loop
+1
vote
1
answer
What is the value of C?
asked
Feb 6, 2020
in
JavaScript
by
rajeshsharma
#code-value
+1
vote
1
answer
Which statement will return the value false?
asked
Feb 6, 2020
in
JavaScript
by
rajeshsharma
#javascript-function
+1
vote
1
answer
Code A: var x = 10; y = --x + 1;
asked
Feb 6, 2020
in
JavaScript
by
rajeshsharma
#javascript-code
+1
vote
1
answer
Which of the following are not valid in JavaScript?
asked
Feb 6, 2020
in
JavaScript
by
rajeshsharma
#javascript-validation
+1
vote
1
answer
Multiple variables can be created and initialized in a single JavaScript statement
asked
Feb 6, 2020
in
JavaScript
by
rajeshsharma
#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
by
rajeshsharma
#isnan-function
+1
vote
1
answer
What is true about variables
asked
Feb 6, 2020
in
JavaScript
by
rajeshsharma
#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
by
rajeshsharma
#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
by
rajeshsharma
#java-text
Page:
« prev
1
...
29
30
31
32
33
34
35
36
37
38
39
40
next »
Recent questions in JavaScript
...