Qumrran
@qumrranAll solutions
- Submitted 8 months ago
Social link sprofile - React / Scss
- HTML
- CSS
How to change the cursor pointer to black color in CSS? Is it possible, or do I need to replace it with a new image? Is there any property for this?
- Submitted 8 months ago
Tip calculator app - vanilla JS, SCSS
- HTML
- CSS
- JS
It bothers me that when I enter incorrect input, such as letters, I get NaN instead of an Error. I would prefer it to be an Error. I tried to solve it by setting textContent, but it didn't work because the validation likely occurred before the tip calculation function was executed.