Posts by Lucas Samuel • 23 points
3 posts
-
0
votes0
answers9
viewsQ: how to chain asynchronous actions with Redux thunk
I am trying to make two actions, being addToFavorite and removeToFavorite, be updated immediately upon hearing the click of a button, updating the "Favoritar" button to "Remove from favorites" or…
-
1
votes1
answer78
viewsQ: Image overlaying the site text
My image is superimposing my text on h1 and my button, and when I lower the screen a little, all my tag text p superimposes the image. I tried to use display: flex to prevent this from happening,…
-
-1
votes2
answers52
viewsQ: How to get HTML buttons with javascript
I am making a calculator in javascript, but I have locked in how I can get the buttons of this calculator to use them in javascript. Follow Calculator HTML code. <table> <tr>…
javascriptasked Lucas Samuel 23