Home
Recent Q&A
Java
Cloud
JavaScript
Python
SQL
PHP
HTML
C++
Data Science
DBMS
Devops
Hadoop
Machine Learning
Azure
Blockchain
Devops
Ask a Question
Recent questions tagged javascript
Home
Tag
javascript
0
votes
What does javascript use instead of == and !=?
asked
Oct 10, 2022
in
JavaScript
by
SakshiSharma
javascript
0
votes
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
Among the following, which one is a ternary operator in JavaScript?
asked
Oct 10, 2022
in
JavaScript
by
SakshiSharma
javascript
0
votes
JavaScript is designed for following purpose -
asked
Oct 10, 2022
in
JavaScript
by
SakshiSharma
javascript
0
votes
JavaScript ignores?
asked
Oct 10, 2022
in
JavaScript
by
SakshiSharma
javascript
0
votes
HomeSite 5 is a well-liked HTML and JavaScript editor from Macromedia.
asked
Oct 10, 2022
in
JavaScript
by
SakshiSharma
javascript
macromedia
0
votes
Microsoft has developed a popular HTML editor called?
asked
Oct 10, 2022
in
JavaScript
by
SakshiSharma
javascript
html
0
votes
Which of the following true about Javascript?
asked
Oct 10, 2022
in
JavaScript
by
SakshiSharma
javascript
0
votes
which of the following are advantages of JavaScript?
asked
Oct 10, 2022
in
JavaScript
by
SakshiSharma
javascript
0
votes
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
Which of the following is correct about features of JavaScript?
asked
Oct 10, 2022
in
JavaScript
by
SakshiSharma
javascript
0
votes
Inside which HTML element do we put the JavaScript?
asked
Oct 10, 2022
in
JavaScript
by
SakshiSharma
javascript
0
votes
Which company developed JavaScript?
asked
Oct 10, 2022
in
JavaScript
by
SakshiSharma
javascript
0
votes
Which of the following is not JavaScript Data Types?
asked
Oct 10, 2022
in
JavaScript
by
SakshiSharma
javascript
data-types
0
votes
The syntax of Eval is ________________
asked
Oct 9, 2022
in
JavaScript
by
Robin
eval
javascript
0
votes
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
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
Which of the following is true?
asked
Oct 9, 2022
in
JavaScript
by
Robin
javascript
code
0
votes
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
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 »
...