Just two more point to go

Hi all, I am still two points short of passing the test.

I have recently completed the “Random Quote Machine Project” with a minimal amount of code. Even though it seems to be working fine, I only got 10 points out of 12.
So, I came here to get some help from forum friends because I still have to get two more points to pass.
I searched online a lot, but I don’t seem to be able to apply those methods to my case. So, now I am pretty much helpless because I do not have a clue as to which part of my code went wrong to get the additional two points.

I would appreciate your help pretty much.
Here is the link to my project code.

https://codepen.io/KyeSuk-Suh/pen/XQOOwb

Thank you.

The errors in your code shows up when you click on run “Tests” button. Just to give you a hint, one of the errors is that you are using a BUTTON instead of A element for the tweet link. When you direct user to a URL/link, use A, otherwise use BUTTON.

I really thank you for your help.

I read your feedback a few times until I finally found a clue to solving the twitter button issue.
Because you helped me, I could manage to solve one problem, and only one test is remaining for me to pass.

If I had not asked here in this forum, without your help, I would have never been able to catch what went wrong with my code.

Thank you again.