Cursos
Cursos
Compilador de Código
Compilador de Código
Debatir
Precios
Teams
Iniciar sesión
Registrarse
Menu
Sesiones de PyR
Buscar
Buscar
Haz una pregunta
Haz una pregunta
What does an empty boolean var have in value?
booleans
ruby
0 Votos
1 Respuesta
19th Jan 2017, 11:25 AM
Ling Jiang
What is the difference between val and var in kotlin
android
java
kotlin
0 Votos
2 Respuestas
24th May 2017, 7:21 AM
Baki Billah 131312
What does * right after a var or object mean?
javascript
operators
0 Votos
1 Respuesta
13th Dec 2018, 10:08 PM
Casey
in this case var keyword is not working in function block.why??
javascript
0 Votos
3 Respuestas
11th Jun 2020, 7:06 PM
vardhan js
Can someone explain this line of code to me? var distance = parseInt(readLine(), 10);
javascript
2 Votos
3 Respuestas
14th Jul 2021, 4:42 AM
Josue Mata
What do you do with this? Var x=50; if (x>42){ document.write(x%10)} document.write(42)
challenges
javascript
2 Votos
4 Respuestas
22nd May 2017, 10:11 PM
Raz
Discuss Module 7 Quiz 1/6 Fill in the blanks to change the content of all paragraph tags of the page to "SoloLearn". var arr =
javascript
8 Votos
28 Respuestas
27th Jan 2017, 5:23 AM
VishalYumnam
How to add var to the list in other list?
lists
python
0 Votos
1 Respuesta
14th Aug 2018, 3:20 PM
Сергей Славский
How would I use a var from inside a function, outside of that function?
beginner
javascript
0 Votos
10 Respuestas
22nd Jul 2017, 12:02 AM
Danj Wood
How To scan input as a path in string var in java?
java
1 Voto
2 Respuestas
26th Jun 2022, 6:03 AM
RTB
if var is declare in global so why can't use in function?
php
variables
0 Votos
5 Respuestas
16th Aug 2016, 3:46 AM
Ravi Luhar
Is anyone able explain modulus in JavaScript to me?
var
0 Votos
1 Respuesta
17th Nov 2019, 5:31 PM
Joshua
how come i cant do var z, then do z = x+y
c#
0 Votos
5 Respuestas
17th Dec 2016, 5:28 PM
chorditronix
var a = 8; a = a + a / (a % 3); document.write(a); //output= 12 //do u have any explanation?
var
0 Votos
3 Respuestas
17th Jun 2017, 12:09 AM
islam moheb
Why do we use" new" before ARRAY and DATE in declaration??
var
0 Votos
3 Respuestas
17th Aug 2017, 6:00 AM
J.SAIKIRAN
What is that mean var and when we use it
c#
variables
0 Votos
2 Respuestas
16th Aug 2016, 1:03 PM
Rami Salim
What is the better way to define my variable ? Should I use int var = 10 or int var (10) ? = or () ?
c++
variables
0 Votos
4 Respuestas
15th Sep 2016, 9:50 AM
MARINA
can someone explain the x.length-1 in this program and why sum ends up to be 7? var x=[1,4,2,1]; var sum=0; for (i=0;i<x.length-1;i++){ sum+=x[i]; } document.write(sum)
javascript
1 Voto
2 Respuestas
16th Sep 2016, 1:23 PM
Mercurius
Are the technique for use var and generic types are closed?
c#
generics
var
0 Votos
3 Respuestas
13th Mar 2017, 8:52 PM
Ivaylo Naydenov
Что выводит это код <script> var x='res_x'; let y='res_y'; console.log(this.x); console.log(this.y); </script>
javascript
2 Votos
1 Respuesta
5th Jul 2019, 8:48 AM
Muhammad
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 Votos
22 Respuestas
9th Oct 2016, 3:26 PM
Namita
How would I get Math.max to return the var name, not the value?
javascript
math.max
0 Votos
3 Respuestas
11th Jun 2020, 10:33 AM
Will
Fill in the blanks to declare an integer variable and set its value of 5. _ var = _;
java
operators
1 Voto
9 Respuestas
23rd Nov 2021, 9:27 AM
Roy Duey
Issue: use different var name than str in the example
issue
regular-expressions
-1 Voto
1 Respuesta
29th Jan 2021, 3:18 PM
Erik G
Is declaring variables using var in JavaScript preferred over other languages?
data-types
javascript
variables
1 Voto
1 Respuesta
20th Apr 2018, 2:46 PM
Miapolis
Does var y = 15; not automatically declare y as an int?
c#
0 Votos
2 Respuestas
2nd Sep 2019, 2:50 PM
Nico van der Merwe
Why did they use var instead of arr for the array?
dom
javascript
1 Voto
1 Respuesta
16th Feb 2019, 10:22 AM
Natale Pisano
Why size of varible var returns a value of 4?
c++
sizeof
1 Voto
1 Respuesta
25th Jan 2018, 9:06 AM
Amit Kumar
var desc: String { return "traveling at \(currentSpeed) mph" }
swift
0 Votos
1 Respuesta
11th Dec 2016, 11:24 AM
Sandeep Maurya
how to get css top value in a var in js ?
css
get
js
position
style
var
1 Voto
1 Respuesta
29th Jun 2020, 6:57 AM
Divya Mohan
I want to understand this: var x=0 while (x<6) { x ++; } document. write (x); output was 6
js
0 Votos
11 Respuestas
12th Jun 2018, 1:25 PM
Favor Mofadeke Salako
why var is not updating in js with setinterval .please check code below.
js
setinterval
update
var
1 Voto
3 Respuestas
29th Jun 2020, 10:48 AM
Divya Mohan
why will: Var num; num=42; cause an error while: int myAge; myAge=18; will not? Is it that when working with Var we need to write it like this: Varnum =15; Varnum; number=15;
c#
variables
2 Votos
6 Respuestas
23rd Jun 2016, 8:38 AM
Programmer
Please someone tell me why the output of var is 100 and not 20?? 😮
cpp
help
pointers
1 Voto
6 Respuestas
6th Apr 2018, 2:46 PM
RiGeL
Can anyone tell me difference between val and var in kotlin in simple term
kotlin
2 Votos
3 Respuestas
6th Jul 2018, 3:16 PM
Goutam Malviya
Can't we use var as the return type and data type of parameters?
c#
generics
1 Voto
4 Respuestas
15th May 2016, 3:47 PM
Achintya Jaiswal
I get an ERROR (whatever my var is ) cannot be resolved to a variable
arrays
java
loops
1 Voto
8 Respuestas
15th Aug 2016, 10:45 PM
Chuckinator
var n = prompt("Enter radius of circle (cm)", ""); var area = n * n * Math.PI; alert("Area of circle is " + area + " cm");
javascript
0 Votos
3 Respuestas
22nd Jul 2017, 8:26 AM
Đại Ngư
Shouldn't be the var name be defined before it's use? Please correct me if i am wrong.
c++
encapsulation
1 Voto
14 Respuestas
6th Apr 2017, 4:51 AM
Pranav Banerjee
How to create file and save var value in it by js program ?
javascript
js
0 Votos
4 Respuestas
26th Dec 2019, 10:33 AM
Anush BUNDELA
What are the advantages and disadvantages of using let vs var when declaring variables in JavaScript?
javascript
1 Voto
5 Respuestas
5th Aug 2025, 12:03 AM
サマンサちゃん
Please explain the meaning of this "?" in java language. Using this example int var = (7>5)?7:5;
coding
java
javaprofessionals
professionaldevelopers
programmers
1 Voto
8 Respuestas
26th May 2019, 1:50 PM
Iredafe Owolabi
Больше или равно>=
var
0 Votos
1 Respuesta
10th Oct 2018, 12:11 AM
Natalia Prasolova
How do i get a var to multiply a number such as 0.01666
decimal
javascript
output
time
0 Votos
3 Respuestas
17th Oct 2018, 8:14 AM
Brennan Woodroof
Como puedo reproducir un audio en javascript
var
0 Votos
1 Respuesta
2nd Oct 2019, 1:06 PM
PHG
Why bother using generics when we can use var type? Im asking about c#
generics
0 Votos
3 Respuestas
11th Mar 2020, 4:05 PM
Emad
how to get input value and set into var selector of jquery?
input
jquery
selectors
variables
1 Voto
1 Respuesta
5th Jul 2020, 2:35 PM
Divya Mohan
what is object orientation and how to perfect from it in javascript
j++
var
4 Votos
2 Respuestas
10th Jul 2020, 7:18 PM
Golooba Zubairi
How can I print value of var n if one of the argument of constructor of a class and var name is same but different values ?
python3
0 Votos
1 Respuesta
7th Nov 2020, 6:23 AM
Rajan K
What is the output of this code? var n1; n1 = true; Console.WriteLine(n1);
c#
variables
0 Votos
1 Respuesta
21st Aug 2018, 10:42 AM
Morapedi Khutwane
Haz una pregunta
Haz una pregunta
Haz una pregunta
Haz una pregunta
< Anterior
1
...
6
7
8
...
12
Siguiente >
En tendencia hoy
Python intermediate help with dictionaries
0 Votes
I'm about to make a complex calculator in python
0 Votes
Marquee
1 Votes
Any Advise?
1 Votes
why is python community is too small in sololearn?
0 Votes
How far do courses go on Sololearn?
0 Votes
Popsacles Aufgabe
1 Votes
Button In C++
1 Votes
C#
0 Votes
Audio adding
1 Votes