Posts by Fih Capua • 25 points
2 posts
-
1
votes1
answer25
viewsQ: Problem when inserting new row in table
I need to include new rows in this table with their respective columns: <div class="tasks-group-new-area"> <input class="input-task" type="text" placeholder="Add Task"> <button…
-
-1
votes1
answer80
viewsQ: Logic problem - React does not calculate
I’m starting with React now, and I had an exercise to do, the exercise consists of "draw out" multiples of 5 from an ATM, but I forgot something in the code, because when I click to calculate, just…