Posts by Algus • 11 points
2 posts
-
0
votes1
answer205
viewsQ: Use of For Cycle and Arrays
There are two exercises that I need to solve using a cycle (or loop) FOR... In one of them, I need to catch one array x as a parameter in a function, and multiply all its elements among themselves…
-
-2
votes2
answers110
viewsQ: Using the for command in Javascript
People, can you help me ? I am trying to get a function to be executed and to return the word "Blue" 4 times, through a Cycle. I tried to write this here, but it gave the following error…