check your spelling for button class value (task 5)
use .innerHTML and the specified symbol (task 9)
always double check the test results. your code can work as intended but you may still fail. the system isn’t human enough to tell. pay more attention to the failed tests in the future. happy coding.
Error messages and test feedback will often give you everything you need to know to solve these on your own.
If you need help, sharing error messages or test feedback here will help.
As it is, you are just giving up and sending the problem to someone else to solve for you, instead of doing the work to solve it with help or even by yourself.
they’ve got a point. knowing how to debug would actually be more useful long-term. getting into programming means there’ll be a lot more of the same situations ahead, and you gotta be patient enough and try possible approaches before resorting to outside perspective. syntax issue is one thing but if you couldn’t see the issue when it was explicitly stated in the test results, maybe your way isn’t the best. take the others’ advice on debugging . I’d hate to stunt your growth with “the easy way out”.
Literally have been doing the exact things they say, you would feel frustrated if your code works how its supposed to but theres this specific way you have to do it, you guys are acting like maths teachers
Unfortunately, you did not exactly meet the requirements, which is why your code did not pass. Almost meeting the requirements is usually not enough to pass the exact requirements.