Home
Recent Q&A
Java
Cloud
JavaScript
Python
SQL
PHP
HTML
C++
Data Science
DBMS
Devops
Hadoop
Machine Learning
Ask a Question
Top 100+ questions in JavaScript
Home
Questions
JavaScript
0
votes
Q: What will be the output of the following Javascript code?var string1 = "Letsfindcourse"; var intvalue = 30; alert( string1 + intvalue );
asked
Oct 10, 2022
in
JavaScript
by
SakshiSharma
javascfript
code
0
votes
Q: JavaScript is designed for following purpose -
asked
Oct 10, 2022
in
JavaScript
by
SakshiSharma
javascript
0
votes
Q: JavaScript ignores?
asked
Oct 10, 2022
in
JavaScript
by
SakshiSharma
javascript
0
votes
Q: HomeSite 5 is a well-liked HTML and JavaScript editor from Macromedia.
asked
Oct 10, 2022
in
JavaScript
by
SakshiSharma
javascript
macromedia
0
votes
Q: Microsoft has developed a popular HTML editor called?
asked
Oct 10, 2022
in
JavaScript
by
SakshiSharma
javascript
html
0
votes
Q: Which of the following true about Javascript?
asked
Oct 10, 2022
in
JavaScript
by
SakshiSharma
javascript
0
votes
Q: which of the following are advantages of JavaScript?
asked
Oct 10, 2022
in
JavaScript
by
SakshiSharma
javascript
0
votes
Q: 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
Q: Which of the following is correct about features of JavaScript?
asked
Oct 10, 2022
in
JavaScript
by
SakshiSharma
javascript
0
votes
Q: Inside which HTML element do we put the JavaScript?
asked
Oct 10, 2022
in
JavaScript
by
SakshiSharma
javascript
0
votes
Q: Which company developed JavaScript?
asked
Oct 10, 2022
in
JavaScript
by
SakshiSharma
javascript
0
votes
Q: Which of the following is not JavaScript Data Types?
asked
Oct 10, 2022
in
JavaScript
by
SakshiSharma
javascript
data-types
0
votes
Q: The syntax of Eval is ________________
asked
Oct 9, 2022
in
JavaScript
by
Robin
eval
javascript
0
votes
Q: 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
Q: 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
Q: Which of the following is true?
asked
Oct 9, 2022
in
JavaScript
by
Robin
javascript
code
0
votes
Q: 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
Q: What is the output of below Javascript code? alert (typeof new Date() );
asked
Oct 9, 2022
in
JavaScript
by
Robin
javascript
code
0
votes
Q: What if you use parseInt() to convert a string containing decimal value?
asked
Oct 9, 2022
in
JavaScript
by
Robin
javascript
parseint
0
votes
Q: Which of the following method checks if its argument is not a number?
asked
Oct 9, 2022
in
JavaScript
by
Robin
javascript
+1
vote
Q: Does JavaScript allow exception handling?
asked
Oct 9, 2022
in
JavaScript
by
Robin
javascript
exception
handling
0
votes
Q: In JavaScript, Arrays are data type) State True or False
asked
Oct 9, 2022
in
JavaScript
by
Robin
javascript
array
0
votes
Q: Find output of below Javascript addition code document.write("1 plus 1 is " + 1 + 1);
asked
Oct 9, 2022
in
JavaScript
by
Robin
javascript
code
0
votes
Q: How ++ works in Javascript? Find output of below Javascript code.
asked
Oct 9, 2022
in
JavaScript
by
Robin
javascript
code
operator
0
votes
Q: What is the output of following Javascript? var a = 'letsfind'; var b = 'course'; var c = a/b; document.write(c);
asked
Oct 9, 2022
in
JavaScript
by
Robin
javascript
code
0
votes
Q: Which of the following function of Array object applies a function simultaneously against two values of the array (from right-to-left) as to reduce it to a single value?
asked
Oct 9, 2022
in
JavaScript
by
Robin
javascript
array-object
0
votes
Q: What is divide by 0 in Javascript? var a = 10;
asked
Oct 9, 2022
in
JavaScript
by
Robin
javascript
0
votes
Q: Find output of below code var a = '20'; var b = a = 30; document.write(a+b);
asked
Oct 9, 2022
in
JavaScript
by
Robin
javascript
0
votes
Q: Javascript string using double quotes is exactly the same as a string using single quotes?
asked
Oct 9, 2022
in
JavaScript
by
Robin
javascript
string
0
votes
Q: Which of the following is not the properties of screen objects in JavaScript?
asked
Oct 9, 2022
in
JavaScript
by
Robin
javascript
objects
properties
Page:
« prev
1
2
3
4
5
...
23
next »
...