Posts by xBrn0xy • 15 points
4 posts
-
-3
votes2
answers560
viewsQ: Javascript - Splitting into an array
I’m trying to solve an exercise, and I’m having a hard time finding out where I’m going wrong, some hint? Exercise : Program a function buscarDivisivelPor which receives two parameters, one array of…
-
-1
votes3
answers452
viewsQ: Javascript - If and Loop
I’m trying to answer a question inside a platform, and I’m not being able to adjust the code as the algorithm wants. I am receiving the following errors : 1- You must have an if validating the…
-
0
votes3
answers308
viewsA: Parameterized functions - calculatValue
You can try this way: console.log(calculaValorDevido(10)); function calculaValorDevido(pesoDaRoupaSuja){ return ( 10 + (pesoDaRoupaSuja * 3)) }…
-
-2
votes6
answers1784
viewsQ: Quantifying negative values in an array
I’m trying to do an exercise, but it was not the way the platform wanted, I’m without ideas on how to solve, I’m on my first day of javascript.... Follow the statement, the error and my attempt. A…
javascriptasked xBrn0xy 15