Login
Remember
Register
Ask a Question
Recent questions tagged javascript
0
votes
1
answer
What does javascript use instead of == and !=?
asked
Oct 10, 2022
in
JavaScript
by
SakshiSharma
javascript
0
votes
1
answer
What are the three important manipulations done in a for loop on a loop variable in javascript?
asked
Oct 10, 2022
in
JavaScript
by
SakshiSharma
javascript
loop
0
votes
1
answer
Among the following, which one is a ternary operator in JavaScript?
asked
Oct 10, 2022
in
JavaScript
by
SakshiSharma
javascript
0
votes
1
answer
JavaScript is designed for following purpose -
asked
Oct 10, 2022
in
JavaScript
by
SakshiSharma
javascript
0
votes
1
answer
JavaScript ignores?
asked
Oct 10, 2022
in
JavaScript
by
SakshiSharma
javascript
0
votes
1
answer
HomeSite 5 is a well-liked HTML and JavaScript editor from Macromedia.
asked
Oct 10, 2022
in
JavaScript
by
SakshiSharma
javascript
macromedia
0
votes
1
answer
Microsoft has developed a popular HTML editor called?
asked
Oct 10, 2022
in
JavaScript
by
SakshiSharma
javascript
html
0
votes
1
answer
Which of the following true about Javascript?
asked
Oct 10, 2022
in
JavaScript
by
SakshiSharma
javascript
0
votes
1
answer
which of the following are advantages of JavaScript?
asked
Oct 10, 2022
in
JavaScript
by
SakshiSharma
javascript
0
votes
1
answer
Choose the correct JavaScript syntax to change the content of the following HTML code.
asked
Oct 10, 2022
in
JavaScript
by
SakshiSharma
javascript
0
votes
1
answer
Which of the following is correct about features of JavaScript?
asked
Oct 10, 2022
in
JavaScript
by
SakshiSharma
javascript
0
votes
1
answer
Inside which HTML element do we put the JavaScript?
asked
Oct 10, 2022
in
JavaScript
by
SakshiSharma
javascript
0
votes
1
answer
Which company developed JavaScript?
asked
Oct 10, 2022
in
JavaScript
by
SakshiSharma
javascript
0
votes
1
answer
Which of the following is not JavaScript Data Types?
asked
Oct 10, 2022
in
JavaScript
by
SakshiSharma
javascript
data-types
0
votes
1
answer
The syntax of Eval is ________________
asked
Oct 9, 2022
in
JavaScript
by
Robin
eval
javascript
0
votes
1
answer
If para1 is the DOM object for a paragraph, what is the correct syntax to change the text within the paragraph?
asked
Oct 9, 2022
in
JavaScript
by
Robin
javascript
code
0
votes
1
answer
Syntax for creating a RegExp object: 1. var txt=new RegExp(pattern,attributes); 2. var txt=/pattern/attributes; Which of the above mentioned syntax will correct?
asked
Oct 9, 2022
in
JavaScript
by
Robin
javascript
code
0
votes
1
answer
Which of the following is true?
asked
Oct 9, 2022
in
JavaScript
by
Robin
javascript
code
0
votes
1
answer
What if we put ++ operator inside if condition? find the output of below code <script> var a = 10; if(a == a++) document.write(a); </script>
asked
Oct 9, 2022
in
JavaScript
by
Robin
javascript
code
0
votes
1
answer
What is the output of below Javascript code? alert (typeof new Date() );
asked
Oct 9, 2022
in
JavaScript
by
Robin
javascript
code
Page:
« prev
1
2
3
4
5
6
7
8
...
13
next »
...