Build a Random Quote Machine Help and feedback

Tell us what’s happening:

Well guys I’m finishing my project but I can’t figure out how to tweet the quotes and stuff. I would much appreciate your help and also your feedback, apart from the tweeting problem all I have left is to change randomly the colors and that’s easy. So roast me please?

Your code so far


Your browser information:

User Agent is: Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/77.0.3865.75 Safari/537.36.

Link to the challenge:

@DavLiendoProgramming it’s likely due to the fact that the DOM Element with id=tweet-quote ‘click’ event is blocked by codepen.
Refactor and follow the instructions of the failing test to get the tweet to work.

Also, it’d be probably best to organize your code. It was hard to reason about the code. Pick a style guide and stick to it. This is one I recommend: