Posts by jonathas fonseca • 35 points
3 posts
-
2
votes2
answers68
viewsA: Javascript function using For
Hello, from what I understand, you want the end to stay [159,151,156,154]. If so, change your grupoA[i] = alunos[i] for grupoA.push(alunos[i]) Must solve.…
-
1
votes1
answer79
viewsQ: context Api shows no value in the Consumer
I started to study context api now, I believe I am making my code with the same structure as the tutorials, but the value target Component receives nothing, there is only a blank where it should…
-
0
votes1
answer76
viewsQ: Spotify API: this.state.data.map is not a Function
I am trying to pass the data from the api to a child component, but always giving this error when I type the name of the singer in the input, because I want to fetch every letter typed, not just…