Posts by Eduardo Ribeiro • 21 points
6 posts
-
0
votes0
answers55
viewsQ: Program enters Infinite Loop - Problem "Horse Ride" in C
The problem of the horse consists of which, the horse is placed on the board emptiness and, following the rules of the game, need to go through all the houses exactly once in consecutive moves. ie…
-
1
votes1
answer36
viewsQ: React-Native Route Flux does not work
I tried to do everything, when I compiled after having installed the Flux Router, an error appeared saying that I was in need of some modules, such as React-Native-Gesture-Handler and…
-
-1
votes2
answers212
viewsQ: How to Keep the values of a variable, even when restarting the program, in Javascript
I have the following problems every time I create a Javascript program and declare the values of the variables, when restarting the program the value of the variable is lost. ex: var usuario = {…
-
0
votes2
answers102
viewsQ: How to create an Animation in Javascript using For
I’m trying to make a Div have the background changed to the three primary colors in case Yellow, Blue and Red, however would only start to change the color 4 seconds after the page is updated, wrote…
-
-2
votes2
answers255
viewsQ: How to make Javascript return a given result using the for.. of loop and the Join method?
I have a certain Javascript exercise that I can’t solve. Given the following array object: var usuarios = [ { nome: "Diego", habilidades: ["Javascript", "ReactJS", "Redux"] }, { nome: "Gabriel",…
javascriptasked Eduardo Ribeiro 21 -
0
votes1
answer63
viewsQ: How to show even numbers from X to Y and remove "Undefined" at the end
I need to show even numbers from X to Y, being that X receives 32 and Y 321, or be required to show even numbers from 32 to 321, but after the execution of my code in Javascript appears "Undefined",…
javascriptasked Eduardo Ribeiro 21