TailsHu3Hu3
@TailsHu3Hu3All solutions
- Submitted 7 months ago
Responsive calculator APP with local storage for themes
- HTML
- CSS
- JS
I would like to know how I would make a string into an operation without needing to use "eval"
- Submitted 8 months ago
Responsive page using CSS, Flex and JS
- HTML
- CSS
- JS
The reset button, initial thought was just a reset, but later I noticed that it had trouble because it didn't take off the results, and the span errors appeared in the inputs, so I decided to make a code that would reload the page
location.reload()
when you would click it, but when clicked on the button that would update the results, it wouldn't work anymore even though the button was the same as it was before. I did a test with the button out of the div where the JS would change the HTML, and it worked just fine, I don't know why tho and I didn't want to take the reset out of it so I just left it there.