Posts by Tainan Felipe • 11 points
2 posts
-
0
votes5
answers388
viewsA: How to exclude only a certain data from a React state
Do you intend to delete the item that is stored in the state? Could: const alunos = [{ id: 1, nome: 'Julia', curso: 'Enfermagem', }, { id: 2, nome: 'Isabela', curso: 'Veterinária' }] const index =…
-
1
votes0
answers69
viewsQ: How to pass a function in an array in the powershell?
I need to create a script, some of the fields are avoidable and I would like to pass a function to edit it but when I pass it inside the array it pops one ERROR.