Courses
Courses
Code Compiler
Code Compiler
Discuss
Teams
Log in
Register
Menu
Q&A Discussions
Search
Search
Ask a question
Ask a question
for (var x=0;x==x;x++) { if (x>5&&x<8) { document.write(x); } }
javascript
loops
0 Votes
14 Answers
1st Dec 2016, 5:24 AM
Tanaji Kolekar
Difference between (var ) and (let) in js ???
css
html
javascript
js
web
website
0 Votes
2 Answers
9th Oct 2019, 7:11 AM
Ferdaws Frotan
Can a single quote i.e (var name: 'john') contain more that one word?? Eg (var name: 'john matara')......Am tremendously curious
data-types
javascript
1 Vote
2 Answers
20th Apr 2017, 1:35 PM
Denzel Matara
How to use two (var box) tag in one js
javascript
-1 Vote
2 Answers
4th May 2017, 5:30 AM
anshu j patidar
Why does this code have an output of 8? var z=0; for (var x=0;x<4;x++) { z+=2; } document.write(z);
javascript
operators
variables
2 Votes
22 Answers
9th Oct 2016, 3:26 PM
Namita
What is the output of this code? for (var i = 5; i <9; i++) {document.write (9-i);}
code
coding
developer
javascript
js
variables
6 Votes
2 Answers
12th Aug 2017, 12:24 PM
Tahir Usman
var s = document. getElementsByTagName(" "); (var x=0; x<s.length;x++) { s[ ].style.backgroundColor = "#33E
dom
javascript
0 Votes
2 Answers
14th Oct 2016, 2:41 AM
Rita Kaye Gabutan
How is this equal to 10 var arr =[1,2,3,3,2,0] var x = 0 for (var i=1; i<arr.length; i++){ x+= arr[i] } alert(x)
https://code.sololearn.com/wufk4avd3ydi/?ref=app
0 Votes
6 Answers
23rd Sep 2018, 12:11 PM
Adebayo Ogunmoriyele
Why( var a = 7;, var b = 7; )a===b is false & (var c = a; )a===c is true. Having problem to understand JavaScript reference type
javascript
refererencetype
3 Votes
9 Answers
3rd Jul 2020, 5:31 AM
Gone
what is the output of this code?Explain in brief how. var arr = [1,2,3,4] var X = 1 for (var j=0, j <arr.length,j++){ x*=arr [j] } document write (x).
javascript
0 Votes
3 Answers
14th Oct 2016, 2:07 AM
Vishwajeet Kumar Singh
What is Dry programming in JavaScript
(var
for
i+=10;
i<=10;
i=1;
1 Vote
1 Answer
18th Sep 2017, 11:45 AM
Joshua Eze
Ask a question
Ask a question
Ask a question
Ask a question
Hot today
What's wrong with this code ? ( Beginner)
3 Votes
Ejercicio Pytho
0 Votes
Please rate my code from 1 to 10
2 Votes
Bug on "Java for Beginners Module 3 Quiz"
1 Votes
Pig Latin
0 Votes
Square Roots
0 Votes
Write a program to find the strings are in isogram or not
0 Votes
Uuu
1 Votes
Currently learning C++, Iām getting into socket programming with C++
0 Votes
How to start
0 Votes