I think am doing everything right here but something just dont seem to be going right in this code, please i need a lil bit of assitance, My checkButton doesnt seem to be functioning
It’s good practice to be as detailed as possible when asking for help. It will greatly up your chances of someone wanting to help you if you’ve done as much as you can to help them.
You said the button is not functioning, which is a start. But, consider adding this info / answering these questions:
- not functioning how?
- what is it doing/not doing?
- Since there is no link to the step for this it makes it even harder. Add a link.
- Because you’ve only supplied an image of your code, it makes it harder to copy and test. Copy and past the code and use a codeblock like this, ex:
checkButton.addEventListener...
Just so I don’t leave you with nothing, you should always make sure to end your statements with a semicolon '; ’ . You’ve missed more than half of them.
Please post your actual code instead of a picture. Also please don’t forget to post a link to the Step. Thanks