Cursos
Fazer login
Começar a aprender IA
Cursos
Fazer login
Começar a aprender IA
Q&A Discussões
Pesquisar
Pesquisar
Faça uma pergunta
Faça uma pergunta
How to select all buttons with forEach in JS dom (no jQuery)
dom
foreach
javascript
loop
1 Voto
1 Resposta
6th Jul 2018, 5:23 PM
Abdul Basit
Can we use two different variables in one foreach loop?
loops
php
0 Voto
1 Resposta
13th Jul 2016, 10:43 AM
Aditya Bhaskar Sharma
<?php $mix = array("Cars"=> array("Alto","Scooty"),"Fruit"=>array("orange","Mango")); foreach ($mix as $s){ echo "$s"; }
best
code
error
hard
php
question
0 Voto
1 Resposta
30th Jan 2020, 2:49 PM
Yaro Ka Yar
Can i use foreach instead of for when loops all the array?
arrays
c#
1 Voto
2 Respostas
21st Feb 2017, 12:16 AM
degreerichi
why is foreach loop required n why it is used for only array ??
operators
php
3 Votos
4 Respostas
25th Jul 2016, 6:08 AM
sagar
Why foreach returns only the last value from an array correctly? Solved! Thanks to Anand Bhatnagar!
arrays
bhatnagar
domains
file.txt
foreach
ip
jakubec
php
10 Votos
3 Respostas
15th Sep 2017, 7:55 PM
JaMi
May someone help me figure this problem out. Ive studied forEach and arrow loops forever and still cant make my code work.
arrow-functions
foreach
javascript
2 Votos
25 Respostas
2nd Feb 2021, 12:35 AM
Emmanuel Riano
Why it caused an error while inserting multiple data into the database by using foreach statements?
@developer
@javascript
@mysql
@php
@phpmyadmin
@programmer
1 Voto
5 Respostas
17th Jun 2020, 6:23 PM
Erin
Can I loop data from database using foreach or for loop in php ?
database
php
3 Votos
2 Respostas
19th Feb 2018, 11:02 AM
ivan Pratama
Write a program to display your name and email using foreach loop in php?
php
1 Voto
1 Resposta
6th Jun 2018, 10:26 PM
James Ngai
`ForEach` only returns undefined and `map` and `reduce` do not work on this problem. How to make code work?!
arrow-function
foreach
0 Voto
13 Respostas
3rd Feb 2021, 9:00 AM
Emmanuel Riano
How do i do a forEach loop for all objects inside an object?
iterators
loops
node.js
objects
0 Voto
1 Resposta
19th Nov 2018, 5:30 PM
Harmeet Singh Bhatia
How can i create function with php that counts array length using foreach loop?
formatting
2 Votos
1 Resposta
13th Jun 2017, 6:56 AM
shubham borghare
Why do i need .ToArray inside foreach in this program?, and what is clearly the use of it????
c#
1 Voto
5 Respostas
3rd Jun 2021, 9:10 AM
Xenon
write a programin php to print n numbers without using loop or a foreach statement .
php
0 Voto
3 Respostas
31st Jul 2016, 9:03 AM
Surbhi Jain
Can forEach method of an array be considered as an example of immediately invoked function expression (IIFE)
js
0 Voto
2 Respostas
9th Aug 2022, 9:24 PM
Oluwagbotemi Oyeboade
Why foreach(){} doesn't search in first part of a list?
c#
foreach
searching
2 Votos
13 Respostas
30th Aug 2019, 8:25 AM
Dead Lord
<?php $names = array("John", "David", "Amy"); foreach ($names as $name) { echo $name.'<br />'; } ?>.
php
0 Voto
1 Resposta
9th Aug 2019, 2:34 AM
Rajat Khatore
i'm trying to make the javascript effects show on multiple divs
foreach
javascript
queryselectorall
4 Votos
1 Resposta
5th Apr 2022, 4:46 AM
loop
While using JavaScript forEach loop at the time of execution the next line will be executed abnormally what to do???
abnormal
execution
foreach
javascript
0 Voto
3 Respostas
3rd Jul 2020, 2:22 PM
Rajesh Dehury
Hi guys! Trying to fill an array asking the user for numbers. It's not working with foreach.Only prints position [2]. Ideas? Thx
arrays
c#
foreach
0 Voto
8 Respostas
10th Sep 2021, 4:43 PM
ASENCIO ORTIZ SAEZ
why does for each loop doesn't traverse the array, when we insert the values dynamically??
advancedforloop
foreach
0 Voto
2 Respostas
6th Jan 2023, 2:11 PM
Harshanand Raykar
As using php in a foreach loop to generate the table with two variables in each row?
loops
php
tables
0 Voto
2 Respostas
21st Oct 2017, 7:26 PM
Станислав Пыхтин
`ForEach` only returns undefined and `map` and `reduce` do not work on this problem. How to make code work?!
arrow-function
foreach
0 Voto
1 Resposta
3rd Feb 2021, 9:01 AM
Emmanuel Riano
What is the usage of for each loop in website?
foreach
loops
1 Voto
1 Resposta
15th May 2019, 1:44 PM
Aimal Yousufi
What is the output of this code? int[ ] arr = {8, 2, 6}; int y=0; foreach (int x in arr) { y+=x/2; } Console.Write(y);
arrays
c#
0 Voto
8 Respostas
17th Nov 2016, 7:21 PM
Avishek Mukherjee
¿Cómo podría hacer para que solo me muestre "No match" una solo vez después de recorrer todo el arreglo?
array
foreach
string
0 Voto
3 Respostas
20th Dec 2020, 5:53 PM
Andy Eliu González Pérez
Who can explain loops.?
dowhile
for
foreach
while
3 Votos
7 Respostas
22nd Oct 2018, 11:51 AM
Khan
Answer false, why?
booleans
c#
foreach
4 Votos
3 Respostas
12th Oct 2017, 1:03 PM
Валерия
forEach() method
array
foreach
loop
1 Voto
2 Respostas
9th Oct 2020, 12:44 PM
Logos
Which offers better performance? 'for' or 'foreach'?
c#
for
foreach
loops
performance
10 Votos
7 Respostas
20th Apr 2018, 3:30 AM
Rusty.Metal
How can I take many integers from a form post and put them into an array? But that array as a variable after which I foreach ..
arrays
php
variables
0 Voto
6 Respostas
16th Jan 2020, 5:17 PM
⊹≒tɧε8шσσɖɕนttεг≓⊹
I need to find out the oldest person
arrays
foreach
fuction
php
1 Voto
1 Resposta
1st May 2020, 11:53 AM
Jazmine Acosta
I need some difficult examples of Enhanced for loop
enhanced
foreach
forloop
java
0 Voto
4 Respostas
27th Jan 2019, 9:04 AM
Sm Developer
Why doesn’t this work?
even
for
foreach
modulo
python
0 Voto
5 Respostas
28th Jul 2020, 9:05 AM
Brave Tea
JAVASCRIPT: 57.3 Practice - Salary Rise
array
ecmascript6
es6-function
foreach
javascript
2 Votos
3 Respostas
9th Oct 2021, 8:48 PM
Rolly U. Valdemoro Jr.
Excuse me, what if in a foreach loop in php I had to start from a specific item of the array rather than the index 0 ??
arrays
basics
foreach
index
loops
php
0 Voto
2 Respostas
30th Nov 2019, 1:47 PM
Akhil Anand
Can i add strings in arrays in c++
arrays
auto
c++
foreach
forloop
loops
strings
0 Voto
11 Respostas
17th Apr 2023, 8:13 AM
EK MUHAMMED FAZIN
Why is the extra in these array codes?
arrays
c#
for
foreach
loop
0 Voto
5 Respostas
16th Sep 2019, 9:28 AM
Aykut AKSAKAL
Coding help...
c#
code
foreach
help
0 Voto
2 Respostas
24th Nov 2019, 6:17 AM
Banen Alnasir
Massive
char
for
foreach
massive
string
0 Voto
3 Respostas
6th Dec 2021, 10:18 PM
Софья
Problem with an array in C#. How to print an array?
arrays
c#
foreach
variables
0 Voto
1 Resposta
7th Sep 2019, 7:23 PM
Peter Möhle
Display all even elements. Best Practice.
arrays
c#
for
foreach
2 Votos
1 Resposta
6th Feb 2018, 2:11 AM
Roland Kopka (KOB)
why not int[ ] a = new int[10]; int k=0; for (; k < 10; k++) { a[k] = k*2; } foreach (k in a) { Console.WriteLine(k); }
arrays
c#
0 Voto
2 Respostas
6th Jul 2016, 6:11 AM
Abdelrahman
How can I able to see only one array elements in multidimensional array using foreach() loop in Php?
arrays
coding
foreach
multidimensional
php
0 Voto
4 Respostas
23rd Nov 2019, 7:06 AM
Md. Al-Mustanjid
¿Creen que se puede hacer escribir más corto el programa?
array
arreglo
for
foreach
strings
0 Voto
3 Respostas
19th Dec 2020, 11:05 PM
Andy Eliu González Pérez
How Arrays work with Foreach, when they don't have Iterable implemented?
arrays
foreach
iterators
java
0 Voto
2 Respostas
20th Apr 2017, 6:55 AM
harish swami
Why are duplicate matches not removed properly?
arrays
foreach
functions
game
javascript
switch
2 Votos
2 Respostas
20th Jan 2022, 5:07 PM
Margaret Guzman
PHP - How to split numbers from a Loop?
for
foreach
loop
multiplication
php
0 Voto
3 Respostas
19th Jun 2018, 9:16 AM
Nft
Un error mio o no se puede ejecutar.
foreach
hash
pasword
php
0 Voto
1 Resposta
27th Dec 2019, 1:40 PM
NØ@/-/
Faça uma pergunta
Faça uma pergunta
Faça uma pergunta
Faça uma pergunta
< Anterior
1
2
3
Próximo >
Quente hoje
I have finished first in Saturn League 3 times in a row, why have I not been given the badge for “Intergalactic Champion”
4 Votes
Python intermediate help with dictionaries
0 Votes
Marquee
1 Votes
Fill in the blank to declare a static variable.
0 Votes
What are the advantages and disadvantages of using let vs var when declaring variables in JavaScript?
0 Votes
Any Advise?
1 Votes
RUST'S FUTURE
1 Votes
Popsacles Aufgabe
1 Votes
How far do courses go on Sololearn?
0 Votes
Question #2: "Please activate your account and keep learning to enable messaging. An email has been sent to you"
1 Votes