Posts by Oliveira • 41 points
3 posts
-
-2
votes3
answers308
viewsQ: Parameterized functions - calculatValue
I’m taking the first Javascript classes, so my doubts are simple. Enunciation: After our consultation, Digitallaundry realized that could make your collection more sophisticated and fair. She…
-
3
votes6
answers1811
viewsA: Loop Array - Fruit
solved, rolled like this: var listaDeFrutas = [ "Uva", "Banana", "Manga", "Cajá", "Pinha"] var busca = "Cajá" //seu loop aqui for (var i = 0; i < listaDeFrutas.length; i++){ if(listaDeFrutas[i]…
-
-1
votes6
answers1811
viewsQ: Loop Array - Fruit
I’m trying to do an exercise, but it wasn’t the way the platform wanted, I’ve already spent a few hours trying because I’m beginner and I have no ideas how to solve, could help me? Enunciation: A…