Posts by Patrick Passarella • 15 points
3 posts
-
0
votes0
answers48
viewsQ: Add items in the list and click the remove items button and add other items instead
I have tried it in several ways and so far without an exact success, for now what I want in the application is that I type the number in the input, and when I click enter, the numbers are aligned in…
-
1
votes1
answer77
viewsQ: Leave dynamic code in an array filter
I’m wanting to make my code more 'dynamic' so I don’t need to add a new block for each new item/category I add, it’s a study-only project. What I thought was to use the functions with paramêtros but…
javascriptasked Patrick Passarella 15 -
0
votes1
answer32
viewsQ: How to select between one hour and another in SQL
I need to solve a simple exercise asking to inform the amount of books sold between 13h and 17h30 of all dates. I was able to pull between 1:00 and 5:00 but not with the minutes "5:30". I did so:…